Skip to content

Commit 657391f

Browse files
committedMay 28, 2024·
test gh pages
1 parent 6e10af1 commit 657391f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
cd docs/sphinx/
3737
make clean
3838
make html
39-
cp source/index_replace.html build/html/index.html
39+
# cp source/index_replace.html build/html/index.html
4040
- name: Deploy
4141
uses: peaceiris/actions-gh-pages@v3
4242
if: ${{ github.ref == 'refs/heads/main' }}
4343
with:
4444
context: .
4545
github_token: ${{ secrets.GITHUB_TOKEN }}
46-
publish_dir: ./docs/
46+
publish_dir: ./docs

0 commit comments

Comments
 (0)
Please sign in to comment.