We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60bda9 commit 09ac382Copy full SHA for 09ac382
.github/workflows/gh-pages.yaml
@@ -67,7 +67,7 @@ jobs:
67
flutter pub get
68
flutter pub run build_runner build -d
69
flutter build web --release --verbose --source-maps --base-href="/${GITHUB_REPOSITORY##*/}/$FOLDER/"
70
- echo "$TWAKE_PREVIEW_CONFIG" | jq '.issue_id = strenv(FOLDER)' > ./build/web/config.json
+ echo "$TWAKE_PREVIEW_CONFIG" | jq --arg folder "$FOLDER" '.issue_id = $folder' > ./build/web/config.json
71
72
- name: Configure environments
73
id: configure
0 commit comments