Skip to content

Commit

Permalink
fix :: yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ftery0 committed Jul 11, 2024
1 parent 2f3cd59 commit 1bcfee7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
with:
node-version: '20'

- name: Create config directory and config.json
run: |
mkdir -p ./src/config
echo "{\"server\": \"${{ secrets.CONFIG_SERVER }}\"}" > ./src/config/config.json
- name: Install dependencies
run: yarn install

Expand Down

0 comments on commit 1bcfee7

Please sign in to comment.