From cb90f6e2ff62bcd53c99df022d8bb23d24016366 Mon Sep 17 00:00:00 2001 From: Paul S Date: Thu, 28 Jul 2022 13:37:37 +0600 Subject: [PATCH] Go back to barebones --- .github/workflows/eleventy_publish.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/eleventy_publish.yml b/.github/workflows/eleventy_publish.yml index e697972..0acc8ac 100644 --- a/.github/workflows/eleventy_publish.yml +++ b/.github/workflows/eleventy_publish.yml @@ -20,14 +20,13 @@ 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/introduction.html ./_public/handbook/index.html - - run: ln -s ./_public/reference/controllers.html ./_public/reference/index.html - - run: ln -s ./_public/reference/values.html ./_public/reference/data-maps.html + # # These provide handy aliases to some pages + # - run: ln -s ./_public/handbook/introduction.html ./_public/handbook/index.html + # - run: ln -s ./_public/reference/controllers.html ./_public/reference/index.html + # - run: ln -s ./_public/reference/values.html ./_public/reference/data-maps.html - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_public cname: stimulus.hotwired.dev - keep_files: true