From 46707434054bf6e16c5f1625c2c8fbb98ded92d4 Mon Sep 17 00:00:00 2001 From: Gordon Pedersen Date: Wed, 30 Nov 2022 20:23:58 +1100 Subject: [PATCH] IHaveNoIdeaWhatI'mDoing.jpg ... you know, the one with the dog trying to attempt a human job? --- .github/workflows/eleventy_build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eleventy_build.yml b/.github/workflows/eleventy_build.yml index 368ec99..ac4eaa0 100644 --- a/.github/workflows/eleventy_build.yml +++ b/.github/workflows/eleventy_build.yml @@ -14,7 +14,7 @@ jobs: - name: Setup Node uses: actions/setup-node@v1 with: - node-version: '12.x' + node-version: '16.x' - run: npm ci @@ -24,4 +24,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} - publish_dir: ./pub \ No newline at end of file + publish_dir: ./pub + disable_nojekyll: true \ No newline at end of file