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 65c9bf7 commit f24eb87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
run: |
echo "${{ github.event.client_payload.config_secret }}" | base64 --decode > ./src/config.json
- name: Check Current Directory
run: pwd

- name: List Files
run: ls -R

- name: Build Project
working-directory: .
run: npm run build
Expand Down

0 comments on commit f24eb87

Please sign in to comment.