Skip to content

Commit

Permalink
- syntax ??
Browse files Browse the repository at this point in the history
  • Loading branch information
carlkidcrypto committed Nov 30, 2023
1 parent 3f974e4 commit a36c0e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sphinx_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
docs-folder: "sphinx_docs_build/"
build-command: "pip --disable-pip-version-check list --outdated --format=json | \
python3 -c "import json, sys; print('\n'.join([x['name'] for x in json.load(sys.stdin)]))" | \
python3 -c 'import json, sys; print('\n'.join([x['name'] for x in json.load(sys.stdin)]))' | \
xargs -n1 pip install -U; make html"

- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit a36c0e9

Please sign in to comment.