We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 014061f + 05ab649 commit db71d03Copy full SHA for db71d03
.github/workflows/generate_github_pages.yml
@@ -32,7 +32,7 @@ jobs:
32
mkdir -p screenshots/en
33
cp tests/uitests/src/test/snapshots/images/* screenshots/en
34
- name: Deploy GitHub Pages
35
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
36
with:
37
github_token: ${{ secrets.GITHUB_TOKEN }}
38
publish_dir: ./screenshots
0 commit comments