Skip to content

Commit

Permalink
Fix mkdocs deploy path
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojunfeng committed Feb 16, 2024
1 parent c2e50c8 commit 7f57c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- run: cd docs/

- name: Deploy docs
uses: mhausenblas/mkdocs-deploy-gh-pages@1.26
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENABLE_MKDOCS_GIT_COMMITTERS: True
CONFIG_FILE: docs/mkdocs.yml
REQUIREMENTS: docs/requirements.txt

0 comments on commit 7f57c4f

Please sign in to comment.