Skip to content

Commit 05ab649

Browse files
Update peaceiris/actions-gh-pages action to v4
1 parent 014061f commit 05ab649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_github_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
mkdir -p screenshots/en
3333
cp tests/uitests/src/test/snapshots/images/* screenshots/en
3434
- name: Deploy GitHub Pages
35-
uses: peaceiris/actions-gh-pages@v3
35+
uses: peaceiris/actions-gh-pages@v4
3636
with:
3737
github_token: ${{ secrets.GITHUB_TOKEN }}
3838
publish_dir: ./screenshots

0 commit comments

Comments
 (0)