Skip to content

Commit

Permalink
Fixed docs on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 18, 2024
1 parent c23eddf commit ede3823
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Prepare environment
run: pip3 install hatch
- name: Build docs
run: hatch run build
run: hatch run docs-build
- name: Publush to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ coverage = [
docs = [
"mkdocs serve",
]
docs-build = [
"mkdocs build",
]
format = [
"ruff check --fix",
"ruff format dplib",
Expand Down

0 comments on commit ede3823

Please sign in to comment.