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.
2 parents abb54ae + 406c628 commit 116e7cbCopy full SHA for 116e7cb
.github/workflows/web_build.yml
@@ -61,6 +61,13 @@ jobs:
61
working-directory: dev/web
62
- name: Nest dev inside stable
63
run: mv dev/web/dist stable/web/dist/dev
64
+ - name: Add legacy/ redirect
65
+ run: |
66
+ mkdir $DIR
67
+ echo '<html><meta http-equiv="refresh" content="0; URL='$URL'"></html>' > $DIR/index.html
68
+ env:
69
+ DIR: stable/web/dist/legacy
70
+ URL: https://bids-standard.github.io/legacy-validator/
71
- name: Upload GitHub Pages artifact
72
uses: actions/upload-pages-artifact@v3
73
with:
0 commit comments