Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored May 23, 2024
1 parent d403a8a commit 82f4457
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ jobs:
python-version: 3.x
- run: pip install mkdocs && pip install mkdocs-material==8.5
- name: Deploy site
uses: mhausenblas/mkdocs-deploy-gh-pages@master
# run: mkdocs build
# # build according to mkdocs.yml in root directory
# - name: Deploy https://kjellkod.github.io/g3log/
# run: mkdocs gh-deploy --force
run: mkdocs build
# build according to mkdocs.yml in root directory
- name: Deploy https://kjellkod.github.io/g3log/
run: mkdocs gh-deploy --force

0 comments on commit 82f4457

Please sign in to comment.