Skip to content

Commit

Permalink
deploy : 배포 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gn753 committed Mar 10, 2024
1 parent c492e24 commit cbaa34f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Build React app
run: npm run build

- name: grant excute access
run: chmod +x npm

- name: upload to artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit cbaa34f

Please sign in to comment.