Skip to content

Commit

Permalink
ci: sphinx: try to fix #52
Browse files Browse the repository at this point in the history
  • Loading branch information
iacopy committed Nov 2, 2023
1 parent 2a2a02f commit 1afcde3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
- uses: actions/checkout@main
with:
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
- name: Install just
uses: extractions/setup-just@v1
- name: Install poetry
uses: abatilo/actions-poetry@v2
- name: Install dependencies
run: just install
- name: Build and Commit
uses: sphinx-notes/pages@v3
- name: Push changes
Expand Down

0 comments on commit 1afcde3

Please sign in to comment.