Skip to content

Commit

Permalink
chore: deploy.yml 파일 수정
Browse files Browse the repository at this point in the history
- npm ci -> npm install로 변경
- gatsby clean 단계 추가
  • Loading branch information
AAminha committed Mar 7, 2024
1 parent 826541b commit 93db2d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
uses: actions/checkout@v3

- name: Install dependencies
run: npm ci
run: npm install

- name: Clean Gatsby build
run: ./node_modules/.bin/gatsby clean

- name: Generate Environment Variables File for Production
run: |
Expand Down

0 comments on commit 93db2d0

Please sign in to comment.