Skip to content

Commit

Permalink
Revert workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vesnushka committed Aug 15, 2023
1 parent 4783627 commit 4df0288
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ 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 @@ -28,8 +26,6 @@ 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 4df0288

Please sign in to comment.