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.
1 parent 2e54d08 commit 363792fCopy full SHA for 363792f
.github/workflows/publish-report.yml
@@ -1,4 +1,4 @@
1
-name: Publish Jest Report
+name: Publish jest report
2
3
on:
4
# Runs on pushes targeting the default branch
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Deploy to GitHub Pages
32
if: success()
33
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
34
with:
35
github_token: ${{ secrets.GITHUB_TOKEN }}
36
publish_dir: ./test-results
0 commit comments