Skip to content

Commit

Permalink
correct mkdoc path in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgzil committed Oct 30, 2024
1 parent 0dc11e3 commit 7ee9b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
uses: mhausenblas/mkdocs-deploy-gh-pages@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_FILE: docs/mkdocs.yaml
CONFIG_FILE: docs/mkdocs.yml
REQUIREMENTS: docs/requirements.txt

0 comments on commit 7ee9b95

Please sign in to comment.