From 5f5fb6dd42a67269d708ffeb136c58c03707b778 Mon Sep 17 00:00:00 2001 From: jansule Date: Mon, 13 Mar 2023 16:38:30 +0100 Subject: [PATCH] update deploy to gh-pages action --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 8e4db952..c1c4c8d6 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -19,9 +19,9 @@ jobs: env: CI: true - name: Deploy to GitHubPages - uses: JamesIves/github-pages-deploy-action@releases/v3 + uses: JamesIves/github-pages-deploy-action@3.7.1 if: github.ref == 'refs/heads/master' with: - ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to. FOLDER: dist # The folder the action should deploy.: