Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Second authored Apr 1, 2024
1 parent 1318735 commit 782bd10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Change Directory
run: cd frontend
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Change Directory
run: cd frontend
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: frontend/dist
path: dist

deploy:
environment:
Expand Down

0 comments on commit 782bd10

Please sign in to comment.