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 f98a127 commit d623e78Copy full SHA for d623e78
.github/workflows/sphinx.yml
@@ -11,6 +11,8 @@ jobs:
11
- uses: actions/checkout@v4
12
with:
13
persist-credentials: false
14
+ - name: Install package
15
+ run: pip install .
16
- name: Build HTML
17
uses: ammaraskar/sphinx-action@master
18
- name: Upload artifacts
0 commit comments