Skip to content

Commit

Permalink
fix doc artifact creation
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Sep 26, 2024
1 parent 790905b commit c2ef4c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:

- name: Generate docs
run: |
pixi run --locked -e full-py311 html
pixi run -e full-py311 install
pixi run --locked -e full-py311 doc
- uses: actions/upload-artifact@v4
id: upload-docs-release-artifacts
Expand Down

0 comments on commit c2ef4c4

Please sign in to comment.