Skip to content

Commit

Permalink
ci: Fix wrong GitHub YAML and docs job (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Aug 26, 2021
1 parent 50465ae commit 8f241f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:
runs-on: ubuntu-latest
container: ghcr.io/acts-project/ubuntu2004:v9
env:
DOXYGEN_WARN_AS_ERROR=YES
DOXYGEN_WARN_AS_ERROR: YES
steps:
- uses: actions/checkout@v2
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
if on_readthedocs or tags.has("run_apidoc"):
print("Executing breathe apidoc in", cwd)
subprocess.check_call(
["python", "-m", "breathe.apidoc", "_build/doxygen-xml", "-o", "api"],
[sys.executable, "-m", "breathe.apidoc", "_build/doxygen-xml", "-o", "api"],
stdout=subprocess.PIPE,
cwd=cwd,
env=env,
Expand Down

0 comments on commit 8f241f5

Please sign in to comment.