Skip to content

Commit

Permalink
fix workflow x2
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Sep 28, 2024
1 parent 3d0e5d0 commit dddf5b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
uses: actions/checkout@v4

- name: Move to frontend folder
run: cd frontend/
run: |
cd frontend/
- name: Install pnpm
uses: pnpm/action-setup@v3
Expand All @@ -35,7 +36,6 @@ jobs:
- name: Upload Artifacts
uses: actions/upload-pages-artifact@v3
with:
# this should match the `pages` option in your adapter-static options
path: 'build/'

deploy:
Expand Down

0 comments on commit dddf5b8

Please sign in to comment.