Skip to content

Commit 59335df

Browse files
committed
Remove legacy web deploy
1 parent f32caf3 commit 59335df

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/schema_web_deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,13 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v4
17-
# Use Node 18 for legacy build
18-
- uses: actions/setup-node@v4
19-
with:
20-
node-version: 18
2117
- uses: denoland/setup-deno@v1
2218
with:
2319
deno-version: v1.x
2420
- run: deno task build
2521
working-directory: ./web
2622
- name: Install NPM deps
2723
run: npm install
28-
- name: Build legacy validator website
29-
run: npm run web-export
30-
- name: Move legacy validator build into deno website
31-
run: mv bids-validator-web/out web/dist/legacy
3224
- name: Upload GitHub Pages artifact
3325
uses: actions/upload-pages-artifact@v3
3426
with:

0 commit comments

Comments
 (0)