Skip to content

Commit

Permalink
move to correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Sep 28, 2024
1 parent bbff74d commit dd3c253
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Move to frontend folder
run: |
cd frontend/
- name: Install pnpm
uses: pnpm/action-setup@v3
with:
Expand All @@ -31,6 +27,7 @@ jobs:
env:
BASE_PATH: '/${{ github.event.repository.name }}'
run: |
cd frontend/
pnpm run build
- name: Upload Artifacts
Expand Down

0 comments on commit dd3c253

Please sign in to comment.