Skip to content

Commit 05e3efd

Browse files
redirects -> _redirects
1 parent c9ed60d commit 05e3efd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ jobs:
101101
- uses: actions/checkout@v3
102102
- run: sudo apt-get update && sudo apt-get install -y jq
103103
- run: |
104-
./helpers/json2redirects.sh book/link2alias.json > site/redirects
104+
./helpers/json2redirects.sh book/link2alias.json > site/_redirects
105105
# Verify nothing has changed, meaning that the redirect file is up-to-date
106106
- run: |
107-
git diff --exit-code site/redirects
107+
git diff --exit-code site/_redirects
108108
109109
formatter:
110110
runs-on: ubuntu-latest
File renamed without changes.

0 commit comments

Comments
 (0)