Skip to content

Commit

Permalink
update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nlsdvl committed Mar 4, 2024
1 parent a5377f8 commit da8c898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
with:
python-version: '3.10'
- name: install mkdocs-material
env:
GOOGLE_ANALYTICS_KEY: ${{secrets.GOOGLE_ANALYTICS_KEY}}
run: pip install mkdocs-material
- name: build mkdocs
env:
GOOGLE_ANALYTICS_KEY: ${{secrets.GOOGLE_ANALYTICS_KEY}}
run: mkdocs build --clean -d dist/site
- name: create archive
run: cd dist/site && tar -cvzf ../site.$(git rev-parse --short HEAD).tar.gz .
Expand Down

0 comments on commit da8c898

Please sign in to comment.