Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
disable optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
beatfactor committed Mar 13, 2024
1 parent 4370d82 commit 1f32182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Build the website
run: npm run build

- name: Optimize static content
run: npm run optimize
# - name: Optimize static content
# run: npm run optimize

- name: Creating symlinks to old version
run: |
Expand Down

0 comments on commit 1f32182

Please sign in to comment.