Skip to content

Commit 881c7ea

Browse files
authored
Merge pull request #161 from ArnauMiro/160-gh_pages_bug
updated version of gh-pages deploy action
2 parents 9a29524 + 7ee273c commit 881c7ea

File tree

2 files changed

+68
-36
lines changed

2 files changed

+68
-36
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

Diff for: docs/source/notebook_examples/example_POD_cylinder.ipynb

+66-34
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)