diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 40c63e6..456d5a2 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -33,5 +33,5 @@ jobs: uses: ad-m/github-push-action@master with: branch: gh-pages - force: true + directory: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }}