Skip to content

Commit

Permalink
Upgrade actions/checkout and mkdocs-material. Add simple analytics.
Browse files Browse the repository at this point in the history
  • Loading branch information
iver56 committed Sep 15, 2024
1 parent 5448bc6 commit e53e827
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout master
uses: actions/checkout@v1
uses: actions/checkout@v2

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@master
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs==1.5.2
mkdocs-material==9.1.21
mkdocs-material==9.3.2
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ theme:
- navigation.expand
icon:
repo: fontawesome/brands/github
custom_dir: overrides
repo_name: 'iver56/audiomentations'
repo_url: 'https://github.com/iver56/audiomentations'
edit_uri: edit/main/docs/
Expand All @@ -78,3 +79,5 @@ markdown_extensions:
extra:
static_templates:
- google874768f12a0e923e.html
analytics:
provider: custom
1 change: 1 addition & 0 deletions overrides/partials/integrations/analytics/custom.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script>

0 comments on commit e53e827

Please sign in to comment.