From 77da5dca0f9dd0ed3d4d91d5517dd82170a5abcb Mon Sep 17 00:00:00 2001 From: Kenneth Enevoldsen Date: Tue, 10 Oct 2023 13:23:03 +0200 Subject: [PATCH] ci: update docs ci --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) 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' }}