diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 4835c28..9a3e0e7 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -19,6 +19,4 @@ jobs: - name: Deploy to GitHub Pages uses: actions/deploy-pages@v4.0.2 with: - folder: . # the folder in your repository that you want to deploy - target_branch: gh-pages # the branch name for your GitHub Pages site token: ${{ secrets.GITHUB_TOKEN }} # the GitHub token to authenticate the deployment