Skip to content

Commit

Permalink
ci: set working dir to scratchblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Oct 13, 2023
1 parent 8e7ab01 commit fea8a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
chrome-version: latest
- name: Install Node Dependencies
working-directory: ../${{ github.workspace }}
working-directory: ./scratch-blocks
env:
NODE_ENV: "development"
run: npm ci

0 comments on commit fea8a39

Please sign in to comment.