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.
There was an error while loading. Please reload this page.
1 parent 82349cf commit 7c91637Copy full SHA for 7c91637
1 file changed
.circleci/config.yml
@@ -141,11 +141,7 @@ commands:
141
# Set epoch to date of latest tag.
142
export SOURCE_DATE_EPOCH="$(git log -1 --format=%at $(git describe --abbrev=0))"
143
# Set release mode only when deploying to devdocs.
144
- if [ "$CIRCLE_PROJECT_USERNAME" = "matplotlib" ] && \
145
- [ "$CIRCLE_BRANCH" = "main" ] && \
146
- [ "$CIRCLE_PR_NUMBER" = "" ]; then
147
- export RELEASE_TAG='-t release'
148
- fi
+ export RELEASE_TAG='-t release'
149
mkdir -p logs
150
make html O="-T $RELEASE_TAG -j4 -w /tmp/sphinxerrorswarnings.log"
151
rm -r build/html/_sources
0 commit comments