Skip to content

Commit

Permalink
last effort
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Jan 16, 2025
1 parent c502116 commit b744938
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ build:
- ./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(" ", 1)[1]) for l in sys.stdin]'
- 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:
Expand Down

0 comments on commit b744938

Please sign in to comment.