Skip to content

Commit 344cb7e

Browse files
committed
manual sphinx build
1 parent ad6c038 commit 344cb7e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/workflows/builddocs.yml

+9-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,16 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
persist-credentials: false
14+
- name: install depedendices
15+
run : |
16+
cd simple-packaging
17+
python -m pip install --upgrade pip
18+
pip install .
19+
pip install sphinx myst-parser
1420
- name: Build HTML
15-
uses: ammaraskar/sphinx-action@master
16-
with:
17-
docs-folder: "simple-packaging/docs/"
21+
run: |
22+
cd simple-packaging/docs
23+
make html
1824
- name: Upload artifacts
1925
uses: actions/upload-artifact@v4
2026
with:

0 commit comments

Comments
 (0)