From 85fcd7f3c9f8f44cd608670fe812a2a3c4ed4845 Mon Sep 17 00:00:00 2001 From: Elliott Hall Date: Tue, 10 Dec 2024 11:15:01 +0000 Subject: [PATCH] deploy enabled --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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