From b1c1aca230a665433957851de713f4ae48fcb799 Mon Sep 17 00:00:00 2001 From: Sam Rabin Date: Tue, 30 Apr 2024 08:50:32 -0600 Subject: [PATCH] Remove "git lfs install" step rom pr-docs-check-container-raw. --- .github/workflows/pr-docs-check-container-raw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-docs-check-container-raw.yml b/.github/workflows/pr-docs-check-container-raw.yml index 77390be5f5..64f18c5acc 100644 --- a/.github/workflows/pr-docs-check-container-raw.yml +++ b/.github/workflows/pr-docs-check-container-raw.yml @@ -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