Update peaceiris/actions-gh-pages action to v4
This commit is contained in:
parent
014061facf
commit
05ab649b71
1 changed files with 1 additions and 1 deletions
2
.github/workflows/generate_github_pages.yml
vendored
2
.github/workflows/generate_github_pages.yml
vendored
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
mkdir -p screenshots/en
|
mkdir -p screenshots/en
|
||||||
cp tests/uitests/src/test/snapshots/images/* screenshots/en
|
cp tests/uitests/src/test/snapshots/images/* screenshots/en
|
||||||
- name: Deploy GitHub Pages
|
- name: Deploy GitHub Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./screenshots
|
publish_dir: ./screenshots
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue