Skip to content

Commit b1c1aca

Browse files
committed
Remove "git lfs install" step rom pr-docs-check-container-raw.
1 parent 9e97967 commit b1c1aca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-docs-check-container-raw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ jobs:
88
container:
99
image: escomp/base:latest
1010
steps:
11-
- run: git lfs install && git lfs pull --exclude='' --include=''
11+
- run: git lfs pull --exclude='' --include=''
1212
- run: sphinx-build -W --keep-going -n -b html . _build

0 commit comments

Comments
 (0)