Skip to content

Commit

Permalink
Merge pull request #41 from sayyyho/dev
Browse files Browse the repository at this point in the history
Fix: 빌드 오류 해결
  • Loading branch information
sayyyho authored Sep 5, 2024
2 parents 208dbc3 + e336861 commit 0524cf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
steps:
- name: Checkout Source Code
uses: actions/checkout@v3

- name: Create .env file
run: |
echo "VITE_BASE_URL=${{ secrets.VITE_BASE_URL }}" > .env
- name: Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 0524cf3

Please sign in to comment.