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: |