diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 04e6124d..e48d5225 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: - name: Deploy Docs uses: peaceiris/actions-gh-pages@v4 - if: github.ref == 'refs/heads/master' +# if: github.ref == 'refs/heads/master' with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: Source/Doc/site