Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bojunliu0818 committed Sep 26, 2024
1 parent d3f9453 commit 0d6cb05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# sphinx-build source build
cd ./docs
make html
echo '<meta http-equiv="refresh" content="0; url=./html/index.html" />' > build/index.html
echo '<meta http-equiv="refresh" content="0; url=./html/index.html" />' > _build/index.html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 0d6cb05

Please sign in to comment.