Skip to content

Commit

Permalink
unshallow
Browse files Browse the repository at this point in the history
  • Loading branch information
evilnick committed Nov 7, 2024
1 parent b37be59 commit e57d978
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/canonicalk8s/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ 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.
- |
git fetch --unshallow || true
if [ "$READTHEDOCS_VERSION_TYPE" = "external" ] && git diff --quiet origin/main -- docs/ .readthedocs.yaml;
then
exit 183;
fi
ls
# pre_build:
# - |
# cd docs/canonicalk8s/
# make install
# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit e57d978

Please sign in to comment.