We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addc925 commit 8fa9113Copy full SHA for 8fa9113
.github/workflows/CI.yml
@@ -146,7 +146,7 @@ jobs:
146
147
- name: Deploy Documentation for master
148
if: matrix.gcc_v == 7 && github.ref == 'refs/heads/master'
149
- uses: JamesIves/github-pages-deploy-action@v4.6.1
+ uses: JamesIves/github-pages-deploy-action@v4.7.3
150
with:
151
branch: gh-pages # The branch the action should deploy to.
152
folder: doc # The folder the action should deploy.
0 commit comments