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

Commit

Permalink
ci: set working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemSBulgakov committed Nov 29, 2024
1 parent 9536fc8 commit 6d4dcb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,15 @@ jobs:
cache-dependency-path: frontend/pnpm-lock.yaml

- name: Install dependencies
working-directory: frontend
run: pnpm install --frozen-lockfile --ignore-scripts

- name: Build
working-directory: frontend
run: pnpm run build

- name: List files
working-directory: frontend
run: |
# Save the list of files as a GitHub Actions step summary
echo "\`\`\`" >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 6d4dcb3

Please sign in to comment.