Skip to content

Commit 7326b43

Browse files
committed
pr-docs-check-container-ssr: Skip "git lfs install" step.
1 parent 92e8cba commit 7326b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
- uses: samsrabin/sphinx-action@use-escomp-base-container
1111
with:
1212
docs-folder: "doc"
13-
pre-build-command: "(cd doc && make fetch-images)"
13+
pre-build-command: "git lfs pull --exclude='' --include=''"
1414
build-command: "make html"

0 commit comments

Comments
 (0)