diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9cc947d..39d7226 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 # otherwise, you will failed to push refs to dest repo + token: ${{ secrets.DOCUMENTATION }} - name: Install dependencies shell: bash @@ -33,6 +34,7 @@ jobs: uses: sphinx-notes/pages@2.1 with: documentation_path: docs + sphinx_version: "5.3.0" - name: Push changes if: ${{ github.event_name == 'push' }}