Skip to content

Commit db71d03

Browse files
authored
Merge pull request #2677 from element-hq/renovate/peaceiris-actions-gh-pages-4.x
Update peaceiris/actions-gh-pages action to v4
2 parents 014061f + 05ab649 commit db71d03

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)