We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f2e95 commit 13a48c6Copy full SHA for 13a48c6
.github/workflows/deploy-web.yaml
@@ -18,7 +18,7 @@ jobs:
18
with:
19
key: ${{ github.ref }}
20
path: .cache
21
- - run: pip install pyspacemouse[develop]
+ - run: pip install -e ".[develop]"
22
- run: pip install mkdoxy
23
- run: sudo apt-get install doxygen
24
- run: mkdocs gh-deploy --force
0 commit comments