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 b27894e commit 5fb8587Copy full SHA for 5fb8587
.github/workflows/static.yml
@@ -4,7 +4,7 @@ name: Deploy static content to Pages
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["coverage-publish"]
+ branches: ["dev","main"]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
@@ -37,7 +37,7 @@ jobs:
37
uses: actions/upload-pages-artifact@v3
38
with:
39
# Upload entire repository
40
- path: 'coverage'
+ path: 'coverage/report'
41
- name: Deploy to GitHub Pages
42
id: deployment
43
uses: actions/deploy-pages@v4
0 commit comments