Skip to content

Commit d536eff

Browse files
committed
pages
1 parent a3ececd commit d536eff

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ jobs:
110110
uses: actions/upload-artifact@v7
111111
with:
112112
path: |
113-
reports
114-
maps
113+
gh-pages
115114
116115
publish-progress:
117116
runs-on: ubuntu-24.04
@@ -129,8 +128,7 @@ jobs:
129128
uses: actions/download-artifact@v7
130129
with:
131130
path: |
132-
reports
133-
maps
131+
gh-pages
134132
- run: git status
135133
- name: Publish reports
136134
if: ${{ github.event_name == 'push' }}

0 commit comments

Comments
 (0)