Skip to content

Commit 9f4b8e1

Browse files
author
Sebastian
committed
add seperate precompression in the action
1 parent 6606977 commit 9f4b8e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
run: |
2929
npm run build
3030
31+
- name: precompress
32+
run: npx --yes precompress ./build
33+
3134
- name: Upload Artifacts
3235
uses: actions/upload-pages-artifact@v3
3336
with:

0 commit comments

Comments
 (0)