diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 56bc55b..dda92bd 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -286,6 +286,13 @@ jobs: path: site - name: Publish uses: JamesIves/github-pages-deploy-action@releases/v3 + # + # + # disabled while secrets.GITHUB_REPO_ACCESS doesn't work + # + if: 0 + # + # with: GITHUB_TOKEN: ${{ secrets.GITHUB_REPO_ACCESS }} BRANCH: gh-pages