Skip to content

Commit

Permalink
Deploy key again
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoeurjo committed Jun 12, 2024
1 parent f2dea45 commit f3ad0b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildAndDocumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
make doc > buildDoc.log
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.6.1
uses: JamesIves/github-pages-deploy-action@v4
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
with:
token: ${{ secrets.DGTALTOOLSDOC }}
Expand Down

0 comments on commit f3ad0b7

Please sign in to comment.