redirects -> _redirects
This commit is contained in:
parent
c9ed60daf5
commit
05e3efd298
|
@ -101,10 +101,10 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: sudo apt-get update && sudo apt-get install -y jq
|
- run: sudo apt-get update && sudo apt-get install -y jq
|
||||||
- run: |
|
- run: |
|
||||||
./helpers/json2redirects.sh book/link2alias.json > site/redirects
|
./helpers/json2redirects.sh book/link2alias.json > site/_redirects
|
||||||
# Verify nothing has changed, meaning that the redirect file is up-to-date
|
# Verify nothing has changed, meaning that the redirect file is up-to-date
|
||||||
- run: |
|
- run: |
|
||||||
git diff --exit-code site/redirects
|
git diff --exit-code site/_redirects
|
||||||
|
|
||||||
formatter:
|
formatter:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue