Skip to content

Commit 6020149

Browse files
committed
Temporarily build docs for download
1 parent 2aef242 commit 6020149

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/test_build_documentation.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- main
77
- develop
8+
- feature/211_rr_hr_detection_psomhorst
89
pull_request:
910
types: [opened, synchronize, reopened, ready_for_review]
1011
branches:
@@ -31,6 +32,11 @@ jobs:
3132
run: |
3233
ln -s notebooks docs/examples/notebooks
3334
mkdocs build
35+
- name: Upload built docs
36+
- uses: actions/upload-artifact@v4
37+
with:
38+
name: mkdocs-site
39+
path: site/
3440
- name: Deploy documentation
3541
if: github.ref == 'refs/heads/main'
3642
run: mkdocs gh-deploy

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ dependencies = [
4545
"typing_extensions",
4646
"pyyaml",
4747
"frozendict>=2.4.6",
48+
"mkdocs-jupyter>=0.25.1",
4849
]
4950

5051
[project.optional-dependencies]

0 commit comments

Comments
 (0)