Skip to content

Commit c2b822d

Browse files
authored
Update build-web.yml
1 parent 74b4b22 commit c2b822d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-web.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
with:
2828
name: built-web
2929
path: ./web.zip
30+
- uses: JamesIves/github-pages-deploy-action@v4
31+
with:
32+
folder: build/web
3033
upload-artifacts:
3134
runs-on: ubuntu-latest
3235
needs: [release-web]

0 commit comments

Comments
 (0)