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 65eec5d + e79446a commit 0468a49Copy full SHA for 0468a49
.github/workflows/e2e-pull_request.yml
@@ -102,7 +102,7 @@ jobs:
102
cp -r playwright-report/* gh-pages/pr-${{ github.event.pull_request.number }}/
103
104
- name: Deploy to GitHub Pages
105
- uses: peaceiris/actions-gh-pages@v5
+ uses: peaceiris/actions-gh-pages@v4
106
with:
107
github_token: ${{ secrets.GITHUB_TOKEN }}
108
publish_dir: ./gh-pages
@@ -148,7 +148,7 @@ jobs:
148
149
150
if: hashFiles('gh-pages/**') != ''
151
152
153
154
0 commit comments