Skip to content

Commit 1e5a006

Browse files
added paths to sphinx build
1 parent f253b91 commit 1e5a006

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/deploy_pages.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ jobs:
1616
steps:
1717
- id: deployment
1818
uses: sphinx-notes/pages@v3
19-
19+
with:
20+
documentation_path: .
21+
requirements_path: ./requirements.txt
22+
cache: true
23+
python_version: 3.13
24+
# checkout: false

0 commit comments

Comments
 (0)