Skip to content
forked from pydata/xarray

Commit

Permalink
fix the RTD build skipping feature (pydata#7476)
Browse files Browse the repository at this point in the history
* treat the pattern as a fixed string

* skip-rtd [skip-ci]

Intentionally misspell to make sure the skip is *not* triggered.

* [skip-rtd] [skip-ci]
  • Loading branch information
keewis authored Jan 25, 2023
1 parent 3ee7b5a commit c3032cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
python: mambaforge-4.10
jobs:
post_checkout:
- (git --no-pager log --pretty="tformat:%s" -1 | grep -viq "[skip-rtd]") || exit 183
- (git --no-pager log --pretty="tformat:%s" -1 | grep -vqF "[skip-rtd]") || exit 183

conda:
environment: ci/requirements/doc.yml
Expand Down

0 comments on commit c3032cd

Please sign in to comment.