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 451529c commit 028a577
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Install Dependencies
working-directory: .
run: npm install

- name: Ensure Config Directory Exists
run: mkdir -p ./src/config

- name: Decode Config Secret
id: decode-config
Expand Down

0 comments on commit 028a577

Please sign in to comment.