Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Anhye0n authored Jul 10, 2024
1 parent 2543943 commit 814517a
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,15 @@ jobs:
node-version: '20'

- name: Install dependencies
run: npm install
working-directory: /home/anhye0n/web/tutorial_sejong/frontend
run: |
mkdir -p /home/anhye0n/web/tutorial_sejong/frontend
cd /home/anhye0n/web/tutorial_sejong/frontend
npm ci
- name: Build project
run: npm run build
working-directory: /home/anhye0n/web/tutorial_sejong/frontend
run: |
cd /home/anhye0n/web/tutorial_sejong/frontend
npm run build
- name: Prepare deployment package
run: |
Expand Down

0 comments on commit 814517a

Please sign in to comment.