Skip to content

Commit

Permalink
ci: update docs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Oct 10, 2023
1 parent 2c3d5e3 commit 77da5dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -33,6 +34,7 @@ jobs:
uses: sphinx-notes/[email protected]
with:
documentation_path: docs
sphinx_version: "5.3.0"

- name: Push changes
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit 77da5dc

Please sign in to comment.