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 b63a263 commit 3afe204
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
&& exit 1
- name: prepare env
run: |
echo "${{ toJSON(vars) }}" | jq -r 'keys[] as $k | "\($k)=\(.[$k])"' >> $GITHUB_ENV
echo "{}" | jq -r 'keys[] as $k | "\($k)=\(.[$k])"' >> $GITHUB_ENV
env:
- name: install deps
run: npm i --include=dev
- name: build
Expand Down

0 comments on commit 3afe204

Please sign in to comment.