Skip to content

Commit

Permalink
ci(docs): Always update python docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Oct 24, 2024
1 parent 4225ccb commit 239b670
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ jobs:
echo "$VIRTUAL_ENV/bin" >> $GITHUB_PATH
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
- name: 🏭 Build quartodoc inventory
run: uv run quartodoc interlinks
working-directory: docs
- name: 🏭 Update Python docs
run: make py-docs

- name: 🚢 Publish to GitHub Pages (and render)
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit 239b670

Please sign in to comment.