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 b3084e1 commit 7e59a1aCopy full SHA for 7e59a1a
.github/workflows/ci.yml
@@ -103,9 +103,11 @@ jobs:
103
publish_branch: gh-pages
104
publish_dir: dist
105
destination_dir: pages
106
+ exclude_assets: '.github,coverage.out,tests.json'
107
enable_jekyll: true
108
keep_files: true
109
commit_message: "Upload badges & reports from CI - ${{ github.job }}"
110
+
111
# - name: Upload Badges and Reports
112
# if: ${{ !cancelled() && github.event_name != 'pull_request' && github.ref == 'refs/heads/main' }}
113
# uses: JamesIves/github-pages-deploy-action@v4
0 commit comments