diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 64c42e7..ca12510 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,7 @@ jobs: - name: Deploy uses: JamesIves/github-pages-deploy-action@4.1.5 with: + node-version: 16.20.2 ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} # Settings > Secret 建立的 ACCESS_TOKEN branch: gh-pages # The branch the action should deploy to. folder: dist # The folder the action should deploy.