Skip to content

Commit

Permalink
Remove "git lfs install" step rom pr-docs-check-container-raw.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Apr 30, 2024
1 parent 9e97967 commit b1c1aca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs-check-container-raw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
container:
image: escomp/base:latest
steps:
- run: git lfs install && git lfs pull --exclude='' --include=''
- run: git lfs pull --exclude='' --include=''
- run: sphinx-build -W --keep-going -n -b html . _build

0 comments on commit b1c1aca

Please sign in to comment.