diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 46a7d78..1037651 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,6 +21,6 @@ jobs: - name: Deploy 🚀 uses: JamesIves/github-pages-deploy-action@4.0.0 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages # The branch the action should deploy to. - FOLDER: dist # The folder the action should deploy. + token: ${{ secrets.GITHUB_TOKEN }} + branch: gh-pages # The branch the action should deploy to. + folder: dist # The folder the action should deploy.