Skip to content

Commit 0468a49

Browse files
committed
Merge branch 'main' into feat/support-range-value
2 parents 65eec5d + e79446a commit 0468a49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e-pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
cp -r playwright-report/* gh-pages/pr-${{ github.event.pull_request.number }}/
103103
104104
- name: Deploy to GitHub Pages
105-
uses: peaceiris/actions-gh-pages@v5
105+
uses: peaceiris/actions-gh-pages@v4
106106
with:
107107
github_token: ${{ secrets.GITHUB_TOKEN }}
108108
publish_dir: ./gh-pages
@@ -148,7 +148,7 @@ jobs:
148148
149149
- name: Deploy to GitHub Pages
150150
if: hashFiles('gh-pages/**') != ''
151-
uses: peaceiris/actions-gh-pages@v5
151+
uses: peaceiris/actions-gh-pages@v4
152152
with:
153153
github_token: ${{ secrets.GITHUB_TOKEN }}
154154
publish_dir: ./gh-pages

0 commit comments

Comments
 (0)