From 1ee30ff51cde47f2c7cd70bfa4563361fe27bb51 Mon Sep 17 00:00:00 2001 From: Paul S Date: Thu, 28 Jul 2022 13:05:37 +0600 Subject: [PATCH] Fix some forgotten redirects --- .github/workflows/eleventy_publish.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/eleventy_publish.yml b/.github/workflows/eleventy_publish.yml index 686de73..4920681 100644 --- a/.github/workflows/eleventy_publish.yml +++ b/.github/workflows/eleventy_publish.yml @@ -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: