Skip to content

Commit 9cdc346

Browse files
authored
Merge pull request #15 from model-checking/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.7.6
Bump JamesIves/github-pages-deploy-action from 4.1.4 to 4.7.6
2 parents 2cbbfc0 + 7f7f47e commit 9cdc346

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Publish documentation
1818
if: ${{ github.event_name == 'push' && startsWith('refs/heads/main', github.ref) }}
19-
uses: JamesIves/github-pages-deploy-action@4.1.4
19+
uses: JamesIves/github-pages-deploy-action@v4.7.6
2020
with:
2121
branch: gh-pages
2222
folder: docs/book/

0 commit comments

Comments
 (0)