diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1c97ec33..38971922 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [17.x] + node-version: [18.x] steps: - uses: actions/checkout@v3 @@ -27,14 +27,14 @@ jobs: npm run rebuild - name: Deploy to github pages - if: ${{ false }} + if: ${{ true }} uses: peaceiris/actions-gh-pages@v3 with: publish_dir: ./_site github_token: ${{ secrets.GITHUB_TOKEN }} - name: Commit and push - if: ${{ false }} + if: ${{ true }} uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: Automated 11ty build