Skip to content

Commit

Permalink
Fix some forgotten redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
Wintereise committed Jul 28, 2022
1 parent ce7ae66 commit 1ee30ff
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/eleventy_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
node-version: 16.7.0
- run: npm ci
- run: npm run publish
# These provide handy aliases to some pages
- run: ln -s _public/handbook/index.html _public/handbook/introduction.html
- run: ln -s _public/reference/index.html _public/reference/controllers.html
- run: ln -s _public/reference/data-maps.html _public/reference/values.html
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 1ee30ff

Please sign in to comment.