Browse Source

Merge pull request #2677 from element-hq/renovate/peaceiris-actions-gh-pages-4.x

Update peaceiris/actions-gh-pages action to v4
pull/2679/head
Benoit Marty 5 months ago committed by GitHub
parent
commit
db71d03bd6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/generate_github_pages.yml

2
.github/workflows/generate_github_pages.yml

@ -32,7 +32,7 @@ jobs: @@ -32,7 +32,7 @@ jobs:
mkdir -p screenshots/en
cp tests/uitests/src/test/snapshots/images/* screenshots/en
- name: Deploy GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./screenshots

Loading…
Cancel
Save