Skip to content

Commit bb145a1

Browse files
authored
Merge pull request #177 from uriahf/100-create-prepare_performance_data-and-prepare_performance_data_times-functions
build: add quartodoc build step in publish-package.yml
2 parents 1059656 + 292cb39 commit bb145a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
run: |
4949
git config --global user.name "github-actions[bot]"
5050
git config --global user.email "github-actions[bot]@users.noreply.github.com"
51+
52+
- name: Quartodoc build
53+
working-directory: docs
54+
run: uv run quartodoc build
5155

5256
- name: Render and Publish
5357
working-directory: docs

0 commit comments

Comments
 (0)