Skip to content

Commit

Permalink
fix: web-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchandev authored Oct 14, 2024
1 parent ee7a74c commit 65c9bf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
ref: ${{ github.event.client_payload.branch }}

- name: Install Dependencies
working-directory: .
run: npm install

- name: Decode Config Secret
Expand All @@ -24,6 +25,7 @@ jobs:
echo "${{ github.event.client_payload.config_secret }}" | base64 --decode > ./src/config.json
- name: Build Project
working-directory: .
run: npm run build

- name: Create Destination Directory If Not Exists
Expand Down

0 comments on commit 65c9bf7

Please sign in to comment.