Skip to content

Commit

Permalink
fix: downgrade jampack
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Oct 15, 2024
1 parent 5065251 commit be7cd9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
env:
JEKYLL_ENV: production
- name: Run Jampack to optimize assets
run: npx @divriots/jampack _site
run: npx @divriots/jampack@0.28 _site
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit be7cd9c

Please sign in to comment.