File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2525 uses : peaceiris/actions-gh-pages@v3
2626 with :
2727 github_token : ${{ secrets.GITHUB_TOKEN }}
28- publish_dir : ./book
28+ publish_dir : ./book/html
2929 destination_dir : beta
Original file line number Diff line number Diff line change 2525 uses : peaceiris/actions-gh-pages@v3
2626 with :
2727 github_token : ${{ secrets.GITHUB_TOKEN }}
28- publish_dir : ./book
28+ publish_dir : ./book/html
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222
2323 - name : Compress book
2424 run : zip -r -9 crp.zip *
25- working-directory : book
25+ working-directory : book/html
2626
2727 - name : Release book
2828 uses : softprops/action-gh-release@v2
2929 with :
3030 files : |
31- book/crp.zip
31+ book/html/ crp.zip
You can’t perform that action at this time.
0 commit comments