Skip to content

Commit 724543a

Browse files
committed
Lock version of actions-gh-pages
1 parent 38068e4 commit 724543a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
make html
2727
touch _build/html/.nojekyll
2828
- name: Deploy docs to GitHub pages
29-
uses: peaceiris/actions-gh-pages@v3
29+
uses: peaceiris/actions-gh-pages@v3.5.10
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
3232
publish_branch: gh-pages

0 commit comments

Comments
 (0)