Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db1354 commit c03f487Copy full SHA for c03f487
1 file changed
.github/workflows/main.yml
@@ -7,10 +7,9 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v1
10
- - name: Run a one-line script
11
- run: python -m pip install --user -e .
12
- uses: ammaraskar/sphinx-action@master
13
with:
+ pre-build-command: "python -m pip install --user -e ."
14
docs-folder: "docs/"
15
- uses: actions/upload-artifact@v1
16
0 commit comments