Skip to content

Commit

Permalink
CI: Use correct variable in CircleCI build
Browse files Browse the repository at this point in the history
  • Loading branch information
QuLogic committed Sep 18, 2023
1 parent 3660eb6 commit 74c2df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ commands:
# Set epoch to date of latest tag.
export SOURCE_DATE_EPOCH="$(git log -1 --format=%at $(git describe --abbrev=0))"
mkdir -p logs
make html O="-T -j4 -w /tmp/sphinxerrorswarnings.log"
make html SPHINXOPTS="-T -j4 -w /tmp/sphinxerrorswarnings.log"
rm -r build/html/_sources
working_directory: doc
- save_cache:
Expand Down

0 comments on commit 74c2df2

Please sign in to comment.