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 c9ed60d commit 05e3efdCopy full SHA for 05e3efd
.github/workflows/ci.yml
@@ -101,10 +101,10 @@ jobs:
101
- uses: actions/checkout@v3
102
- run: sudo apt-get update && sudo apt-get install -y jq
103
- run: |
104
- ./helpers/json2redirects.sh book/link2alias.json > site/redirects
+ ./helpers/json2redirects.sh book/link2alias.json > site/_redirects
105
# Verify nothing has changed, meaning that the redirect file is up-to-date
106
107
- git diff --exit-code site/redirects
+ git diff --exit-code site/_redirects
108
109
formatter:
110
runs-on: ubuntu-latest
site/redirects renamed to site/_redirects
0 commit comments