Skip to content

Commit

Permalink
Update playwright.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuankai619 committed Sep 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent c7736a5 commit 43d9b05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
@@ -80,7 +80,7 @@ jobs:
if: always()
with:
name: ${{ matrix.folder }}
path: zip-files/${{ matrix.folder }}
path: zip-files/
retention-days: 30
# - uses: actions/upload-artifact@v4
# if: always()
@@ -153,7 +153,7 @@ jobs:
done
echo "</ul></body></html>" >> deploy-zip-files/index.html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: deploy-zip-files/

0 comments on commit 43d9b05

Please sign in to comment.