Skip to content

Commit

Permalink
fix: Restore legacy/ subdirectory, redirecting to legacy-validator
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Nov 13, 2024
1 parent abb54ae commit 406c628
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/web_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,13 @@ jobs:
working-directory: dev/web
- name: Nest dev inside stable
run: mv dev/web/dist stable/web/dist/dev
- name: Add legacy/ redirect
run: |
mkdir $DIR
echo '<html><meta http-equiv="refresh" content="0; URL='$URL'"></html>' > $DIR/index.html
env:
DIR: stable/web/dist/legacy
URL: https://bids-standard.github.io/legacy-validator/
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 406c628

Please sign in to comment.