Skip to content

Commit 2cccd2f

Browse files
updated version of gh-pages deploy action
1 parent 9a29524 commit 2cccd2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/deploy_documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defaults:
1010
shell: bash
1111

1212
jobs:
13-
run-testsuite:
13+
build-docs:
1414
runs-on: ubuntu-22.04
1515
env:
1616
CC: mpicc
@@ -61,7 +61,7 @@ jobs:
6161
make clean
6262
make html
6363
- name: Deploy to GitHub Pages
64-
uses: peaceiris/actions-gh-pages@v3
64+
uses: peaceiris/actions-gh-pages@v4
6565
with:
6666
github_token: ${{ secrets.GITHUB_TOKEN }}
6767
publish_dir: ./docs/source/_build/html

0 commit comments

Comments
 (0)