We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3ececd commit d536effCopy full SHA for d536eff
1 file changed
.github/workflows/build.yml
@@ -110,8 +110,7 @@ jobs:
110
uses: actions/upload-artifact@v7
111
with:
112
path: |
113
- reports
114
- maps
+ gh-pages
115
116
publish-progress:
117
runs-on: ubuntu-24.04
@@ -129,8 +128,7 @@ jobs:
129
128
uses: actions/download-artifact@v7
130
131
132
133
134
- run: git status
135
- name: Publish reports
136
if: ${{ github.event_name == 'push' }}
0 commit comments