Skip to content

Commit 9f129c4

Browse files
committed
Update build.yml
1 parent 0c98440 commit 9f129c4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,8 @@ jobs:
9292
env:
9393
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
9494

95-
- name: Zip site
96-
run: zip -r site-build-github-actions.zip _site/
97-
9895
- name: Upload build artifact
9996
uses: actions/upload-artifact@v4
10097
with:
101-
name: site-build-github-actions
102-
path: site-build-github-actions.zip
98+
name: site-build
99+
path: _site/

0 commit comments

Comments
 (0)