Skip to content

Commit

Permalink
fix: deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dongchandev authored Oct 14, 2024
1 parent bb92a01 commit 94e2da7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
uses: actions/checkout@v2

- name: Ensure Config Directory Exists
run: mkdir -p ./src/config # config ๋””๋ ‰ํ† ๋ฆฌ ์ƒ์„ฑ
run: mkdir -p ./src/config

- name: Create Config JSON File
id: create-json
uses: jsdaniell/[email protected]
with:
name: "config.json"
json: ${{ secrets.CONFIG_JSON }}
name: "config.json"
json: ${{ secrets.CONFIG_JSON }}
dir: './src/config'

- name: Read Config JSON File
Expand Down

0 comments on commit 94e2da7

Please sign in to comment.