From b41cd7ba10190d4428310621145de2d35288124f Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Thu, 16 Jan 2025 10:49:32 +0100 Subject: [PATCH] ignore refresh exit code --- .readthedocs.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c25c491d..1050e8e3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -24,13 +24,10 @@ build: - ./git-lfs fetch - ./git-lfs checkout pre_install: - - git status --untracked-files=no --porcelain - - git status --untracked-files=no --porcelain | python -c "import sys; - [print(l.strip().split(maxsplit=1)[1]) for l in sys.stdin]" - git update-index --assume-unchanged $(git status --untracked-files=no --porcelain | sed -E "s/\s*\S+\s+//") post_install: - - git update-index --really-refresh + - git update-index --really-refresh || true mkdocs: configuration: mkdocs.yml