Skip to content

Commit

Permalink
ignore refresh exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Jan 16, 2025
1 parent 1f8b893 commit b41cd7b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b41cd7b

Please sign in to comment.