Skip to content

Commit 1aed34f

Browse files
author
胡闰智
committed
fix workflow
1 parent aadee0d commit 1aed34f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
pip install mkdocs-material
2727
2828
- name: Build site
29-
run: mkdocs build
29+
run: |
30+
cd docs
31+
mkdocs build
3032
3133
- name: Deploy to GitHub Pages
3234
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)