diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 051a7592..57df1450 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -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 @@ -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