Skip to content

Commit

Permalink
Remove the minify option for hugo build in playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Dec 3, 2024
1 parent 3473296 commit 386dc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
extended: true

- name: 🧱 Hugo build
run: hugo --minify --gc --config ./config.toml -b http://127.0.0.1:1313
run: hugo --gc --config ./config.toml -b http://127.0.0.1:1313

- name: 🕸️ Run server
run: |
Expand Down

0 comments on commit 386dc67

Please sign in to comment.