We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f32caf3 commit 59335dfCopy full SHA for 59335df
.github/workflows/schema_web_deploy.yml
@@ -14,21 +14,13 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v4
17
- # Use Node 18 for legacy build
18
- - uses: actions/setup-node@v4
19
- with:
20
- node-version: 18
21
- uses: denoland/setup-deno@v1
22
with:
23
deno-version: v1.x
24
- run: deno task build
25
working-directory: ./web
26
- name: Install NPM deps
27
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
32
- name: Upload GitHub Pages artifact
33
uses: actions/upload-pages-artifact@v3
34
0 commit comments