Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hellowac committed Oct 30, 2024
1 parent c951371 commit 366ad28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Sphinx 构建
working-directory: ./
run: |
sphinx-build -W doc/cn build/cn/html
sphinx-build doc/cn build/cn/html
- name: 部署到 GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sync-docs' }}
Expand Down

0 comments on commit 366ad28

Please sign in to comment.