Skip to content

Commit 06d59db

Browse files
committed
fix(ci): remove GA expression from npm script
- Change optimize script to 'jampack _site' to avoid shell bad substitution in Actions - GitHub Actions expressions are not interpolated inside package.json scripts - Workflow already outputs site to _site
1 parent e386f0d commit 06d59db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"@divriots/jampack": "^0.33.1"
44
},
55
"scripts": {
6-
"optimize": "jampack _site${{ steps.pages.outputs.base_path }}",
6+
"optimize": "jampack _site",
77
"cleanAllDotJampack": "find -s . | grep '.jampack$' | xargs rm -fr"
88
},
99
"engines": {

0 commit comments

Comments
 (0)