From 417b4ad373b31d1ef62ab7121612d2bdc5b39ba6 Mon Sep 17 00:00:00 2001 From: Orta Therox Date: Wed, 27 Aug 2025 19:01:06 +0100 Subject: [PATCH] Update Deploy.yml to use 'main' branch and Node.js v4 Perhaps the reason for #237 --- .github/workflows/Deploy.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index 7fee8e4..6a6c7d2 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -6,16 +6,14 @@ name: Update GitHub Pages on: push: branches: - - master + - main jobs: deploy: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 - with: - node-version: '16' + - uses: actions/setup-node@v4 - name: Build Site run: |