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 480a0f7 commit 5665e0dCopy full SHA for 5665e0d
.github/workflows/gh-pages.yml
@@ -20,7 +20,7 @@ jobs:
20
- run: yarn install --frozen-lockfile
21
- run: yarn test --coverage
22
- name: Publish to gh-pages
23
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
24
with:
25
github_token: ${{ secrets.GITHUB_TOKEN }}
26
publish_dir: ./coverage/lcov-report
0 commit comments