We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a9552 commit b11b768Copy full SHA for b11b768
.github/workflows/npm-package.yml
@@ -44,6 +44,7 @@ jobs:
44
45
- name: Deploy to GitHub Pages
46
uses: peaceiris/actions-gh-pages@v3
47
+ if: success() || failure()
48
with:
49
github_token: ${{ secrets.GITHUB_TOKEN }}
50
publish_dir: coverage/lcov-report
0 commit comments