Fix a typo.

This commit is contained in:
Fangjun Kuang 2022-07-03 15:05:20 +08:00
parent c0ef970163
commit 13678c09ce

View File

@ -49,7 +49,7 @@ jobs:
- name: Build doc - name: Build doc
shell: bash shell: bash
run: | run: |
cd docs cd doc
python3 -m pip install -r ./requirements.txt python3 -m pip install -r ./requirements.txt
make html make html
touch build/html/.nojekyll touch build/html/.nojekyll
@ -58,5 +58,5 @@ jobs:
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/build/html publish_dir: ./doc/build/html
publish_branch: gh-pages publish_branch: gh-pages