Skip to content

Commit ba3e949

Browse files
committed
use more recent version of action to publish
(looks like subdirectory html/_images is not copied)
1 parent d7b0da8 commit ba3e949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
5555
# Deploy the book's HTML to gh-pages branch
5656
- name: GitHub Pages action
57-
uses: peaceiris/actions-gh-pages@bbdfb200618d235585ad98e965f4aafc39b4c501
57+
uses: peaceiris/actions-gh-pages@v3
5858
with:
5959
github_token: ${{ secrets.GITHUB_TOKEN }}
6060
publish_dir: ./book/_build/html

0 commit comments

Comments
 (0)