Skip to content

Commit f2dea45

Browse files
authored
Deploy key updatd
1 parent d664f4b commit f2dea45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildAndDocumentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ jobs:
166166
make doc > buildDoc.log
167167
168168
- name: Deploy to GitHub Pages
169-
uses: JamesIves/github-pages-deploy-action@4.1.4
169+
uses: JamesIves/github-pages-deploy-action@4.6.1
170170
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
171171
with:
172-
token: ${{ secrets.DEPLOYTOKEN }}
172+
token: ${{ secrets.DGTALTOOLSDOC }}
173173
branch: master
174174
repository-name: DGtal-team/doctools-nightly
175175
folder: build/html

0 commit comments

Comments
 (0)