Skip to content

Commit

Permalink
Deploy key updatd
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo authored Jun 12, 2024
1 parent d664f4b commit f2dea45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ jobs:
make doc > buildDoc.log
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.4
uses: JamesIves/github-pages-deploy-action@4.6.1
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
with:
token: ${{ secrets.DEPLOYTOKEN }}
token: ${{ secrets.DGTALTOOLSDOC }}
branch: master
repository-name: DGtal-team/doctools-nightly
folder: build/html
Expand Down

0 comments on commit f2dea45

Please sign in to comment.