Skip to content

Commit 5abb6dd

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 37b288b + 64478b7 commit 5abb6dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git sparse-checkout set pde-book
2424
git checkout
2525
26-
- uses: rhaschke/docker-run-action@v3
26+
- uses: rhaschke/docker-run-action@v5
2727
with:
2828
username: ${{ secrets.DOCKER_USERNAME }}
2929
password: ${{ secrets.DOCKER_PASSWORD }}

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
mv _build/html/* public/
2828
2929
- name: Deploy
30-
uses: peaceiris/actions-gh-pages@v3
30+
uses: peaceiris/actions-gh-pages@v4
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_dir: public

0 commit comments

Comments
 (0)