Skip to content

Commit

Permalink
Fix index.html copyng
Browse files Browse the repository at this point in the history
  • Loading branch information
vesnushka committed Aug 15, 2023
1 parent 3b580a5 commit 49c2fa6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Prepare index.html
run: cp index.html public/index.html
- name: Install deps
run: yarn install --network-concurrency 1
- run: yarn run typecheck
Expand All @@ -26,6 +28,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Prepare index.html
run: cp index.html public/index.html
- name: Install deps
run: yarn install --network-concurrency 1
- run: yarn build:web
Expand Down

0 comments on commit 49c2fa6

Please sign in to comment.