Skip to content

Commit 3b16f4f

Browse files
committed
DOn't get clever
1 parent bab4901 commit 3b16f4f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/deploy.yml

-10
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ jobs:
3232
run: npm ci
3333
- name: Generate bundled files
3434
run: npm run build
35-
36-
deploy:
37-
# The type of runner that the job will run on
38-
runs-on: [ubuntu-latest]
39-
needs: build
40-
steps:
41-
- uses: actions/checkout@v2
42-
- uses: actions/setup-node@v2
43-
with:
44-
node-version: "16"
4535
- name: Move static assets
4636
run: npm run publish
4737
- name: Generate the index file

0 commit comments

Comments
 (0)