Skip to content

Commit

Permalink
add seperate precompression in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian committed Mar 7, 2024
1 parent 6606977 commit 9f4b8e1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
run: |
npm run build
- name: precompress
run: npx --yes precompress ./build

- name: Upload Artifacts
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 9f4b8e1

Please sign in to comment.