diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9c3b2506..ef04267b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -81,6 +81,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: # this will use ladybugbot token - personal_token: ${{ secrets.GH_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages publish_dir: docs/_build/ + keep_files: false