Skip to content

Commit c78638b

Browse files
kierisilwasser
authored andcommitted
updated actions
changing peaceiris/actions-gh-pages from @V3 to @v4
1 parent 4fa73e5 commit c78638b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

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

4141
- name: Push to gh-pages branch for publication from main
4242
if: github.ref == 'refs/heads/main'
43-
uses: peaceiris/actions-gh-pages@v3
43+
uses: peaceiris/actions-gh-pages@v4
4444
with:
4545
github_token: ${{ secrets.GITHUB_TOKEN }}
4646
publish_dir: ./_build/html

0 commit comments

Comments
 (0)