We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37b288b + 64478b7 commit 5abb6ddCopy full SHA for 5abb6dd
.github/workflows/book.yml
@@ -23,7 +23,7 @@ jobs:
23
git sparse-checkout set pde-book
24
git checkout
25
26
- - uses: rhaschke/docker-run-action@v3
+ - uses: rhaschke/docker-run-action@v5
27
with:
28
username: ${{ secrets.DOCKER_USERNAME }}
29
password: ${{ secrets.DOCKER_PASSWORD }}
.github/workflows/pages.yml
@@ -27,7 +27,7 @@ jobs:
mv _build/html/* public/
- name: Deploy
30
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
31
32
github_token: ${{ secrets.GITHUB_TOKEN }}
33
publish_dir: public
0 commit comments