Skip to content

Commit

Permalink
pr-docs-check-container-ssr: Skip "git lfs install" step.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Apr 30, 2024
1 parent 92e8cba commit 7326b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs-check-container-ssr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jobs:
- uses: samsrabin/sphinx-action@use-escomp-base-container
with:
docs-folder: "doc"
pre-build-command: "(cd doc && make fetch-images)"
pre-build-command: "git lfs pull --exclude='' --include=''"
build-command: "make html"

0 comments on commit 7326b43

Please sign in to comment.