We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d664f4b commit f2dea45Copy full SHA for f2dea45
.github/workflows/buildAndDocumentation.yml
@@ -166,10 +166,10 @@ jobs:
166
make doc > buildDoc.log
167
168
- name: Deploy to GitHub Pages
169
- uses: JamesIves/github-pages-deploy-action@4.1.4
+ uses: JamesIves/github-pages-deploy-action@4.6.1
170
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
171
with:
172
- token: ${{ secrets.DEPLOYTOKEN }}
+ token: ${{ secrets.DGTALTOOLSDOC }}
173
branch: master
174
repository-name: DGtal-team/doctools-nightly
175
folder: build/html
0 commit comments