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