Skip to content

Commit 697e76b

Browse files
authored
Merge pull request #169 from model-checking/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.9.0
2 parents 4a24660 + a78e4f9 commit 697e76b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

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

2121
- name: Publish documentation
2222
if: ${{ github.event_name == 'push' && startsWith('refs/heads/main', github.ref) }}
23-
uses: JamesIves/github-pages-deploy-action@v4.8.0
23+
uses: JamesIves/github-pages-deploy-action@v4.9.0
2424
with:
2525
branch: gh-pages
2626
folder: docs/book/

0 commit comments

Comments
 (0)