Skip to content

Commit e7ff575

Browse files
authored
Update deploy.yml
1 parent 4ad3c37 commit e7ff575

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
if: github.ref == 'refs/heads/main'
4848
uses: actions/upload-pages-artifact@v1
4949
with:
50-
# location of the coverage artifacts
51-
path: "./coverage"
50+
path: "./build"
5251

5352
deploy-coverage:
5453
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)