diff --git a/.github/workflows/push_web_version.yml b/.github/workflows/push_web_version.yml index 08aec67..532100e 100644 --- a/.github/workflows/push_web_version.yml +++ b/.github/workflows/push_web_version.yml @@ -27,7 +27,5 @@ jobs: - name: Deploy uses: JamesIves/github-pages-deploy-action@v4 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: dist # The folder the action should deploy. - CLEAN: true # Automatically remove deleted files from the deployment. + folder: dist # The folder the action should deploy. + branch: gh-pages # The branch the action should deploy to. \ No newline at end of file