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 21038b2 commit ee7a74c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/web-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ jobs:
- name: Install Dependencies
run: npm install

- name: Create Required Directories
run: mkdir -p ./src/lib/axios

- name: Decode Config Secret
id: decode-config
run: |
echo "${{ github.event.client_payload.config_secret }}" | base64 --decode > ./src/lib/axios/config.json
echo "${{ github.event.client_payload.config_secret }}" | base64 --decode > ./src/config.json
- name: Build Project
run: npm run build
Expand Down

0 comments on commit ee7a74c

Please sign in to comment.