Skip to content

Commit f3ad0b7

Browse files
authored
Deploy key again
1 parent f2dea45 commit f3ad0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildAndDocumentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
make doc > buildDoc.log
167167
168168
- name: Deploy to GitHub Pages
169-
uses: JamesIves/github-pages-deploy-action@4.6.1
169+
uses: JamesIves/github-pages-deploy-action@v4
170170
if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true
171171
with:
172172
token: ${{ secrets.DGTALTOOLSDOC }}

0 commit comments

Comments
 (0)