diff --git a/.github/workflows/webusb-site.yml b/.github/workflows/webusb-site.yml index 0ec57d2..66ebf3e 100644 --- a/.github/workflows/webusb-site.yml +++ b/.github/workflows/webusb-site.yml @@ -18,9 +18,8 @@ jobs: yarn build cp CNAME dist/CNAME - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@v4 with: - GITHUB_TOKEN: ${{ secrets.DEPLOY_PAT }} - BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: webusb_site/dist # The folder the action should deploy. - CLEAN: true # Automatically remove deleted files from the deploy branch + branch: gh-pages # The branch the action should deploy to. + folder: webusb_site/dist # The folder the action should deploy. + clean: true # Automatically remove deleted files from the deploy branch diff --git a/webusb_site/.tool-versions b/webusb_site/.tool-versions new file mode 100644 index 0000000..d82b78e --- /dev/null +++ b/webusb_site/.tool-versions @@ -0,0 +1 @@ +nodejs 16.19.0