We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad6c038 commit 344cb7eCopy full SHA for 344cb7e
.github/workflows/builddocs.yml
@@ -11,10 +11,16 @@ jobs:
11
- uses: actions/checkout@v4
12
with:
13
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
20
- name: Build HTML
- uses: ammaraskar/sphinx-action@master
- with:
- docs-folder: "simple-packaging/docs/"
21
+ run: |
22
+ cd simple-packaging/docs
23
+ make html
24
- name: Upload artifacts
25
uses: actions/upload-artifact@v4
26
0 commit comments