Skip to content

Commit

Permalink
gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
merklejerk committed Jun 10, 2024
1 parent 685b0dc commit 2270e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
VARS_JSON: "${{ toJSON(vars) }}"
run: |
echo "$VARS_JSON" | jq -r 'keys[] as $k | "\($k)=\(.[$k])"'
echo "${{ toJSON(vars) }}" | jq -r 'keys[] as $k | "\($k)=\(.[$k])"' >> $GITHUB_ENV
- name: install deps
run: npm i --include=dev
- name: build
Expand Down

0 comments on commit 2270e35

Please sign in to comment.