Skip to content

Commit f613b69

Browse files
Bump gh pages deploy actions versions
1 parent 9aed9d5 commit f613b69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-gh-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
- uses: actions/checkout@v2
1515

1616
- name: Setup mdBook
17-
uses: peaceiris/actions-mdbook@v1
17+
uses: peaceiris/actions-mdbook@v1.2.0
1818
with:
1919
mdbook-version: 'latest'
2020

2121
- run: mdbook build
2222

2323
- name: Deploy
24-
uses: peaceiris/actions-gh-pages@v3
24+
uses: peaceiris/actions-gh-pages@v3.9.1
2525
if: ${{ github.ref == 'refs/heads/master' }}
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)