Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: update working dir for build step
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendan committed Feb 2, 2024
1 parent 1f551d1 commit f028f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend:faucet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: npm ci

- name: Build frontend
working-directory: faucet/frontend
working-directory: faucet
run: npm run frontend:build
env:
VITE_RECAPTCHA_SITE_KEY: ${{ secrets.RECAPTCHA_SITE_KEY }}
Expand Down

0 comments on commit f028f5e

Please sign in to comment.