kopia lustrzana https://github.com/collective/icalendar
Include additional files and paths to include in documentation builds
rodzic
c521764b6b
commit
9b601824ec
|
@ -24,7 +24,7 @@ build:
|
|||
# If there are no changes (git diff exits with 0) we force the command to return with 183.
|
||||
# This is a special exit code on Read the Docs that will cancel the build immediately.
|
||||
- |
|
||||
if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && git diff --quiet origin/main -- docs/ .readthedocs.yaml requirements_docs.txt;
|
||||
if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && git diff --quiet origin/main -- docs/ src/icalender/*.py CHANGES.rst CONTRIBUTING.rst LICENSE.rst README.rst .readthedocs.yaml requirements_docs.txt;
|
||||
then
|
||||
exit 183;
|
||||
fi
|
||||
|
|
Ładowanie…
Reference in New Issue