Skip to content

Commit

Permalink
this might be it
Browse files Browse the repository at this point in the history
  • Loading branch information
Sampiiiii committed Apr 12, 2024
1 parent 6b19496 commit 50bf470
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
run: touch /home/iforge/ignis-config/file_flags/maintenance_mode/enabled

- name: Sort out env for pnpm
run: echo "/home/iforge/.local/share/pnpm" >> $GITHUB_PATH
run: |
echo "/home/iforge/.nvm/versions/node/v20.11.0/bin" >> $GITHUB_PATH
echo "/home/iforge/.local/share/pnpm" >> $GITHUB_PATH
- name: Debug
run: node -v && pnpm -v
Expand Down

0 comments on commit 50bf470

Please sign in to comment.