From 0bc82b1b7d2f54fb0e0c504c2070787035a8a30f Mon Sep 17 00:00:00 2001 From: SirRandoo <8146689+SirRandoo@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:33:37 -0500 Subject: [PATCH] Fixed the GitHub action referencing the "scripts" directory --- .github/workflows/jekyll.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 557528c60..d4ddc8295 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.12' - - run: python scripts/sanitize_items.py + - run: python build-scripts/sanitize_items.py # Use GitHub Actions' cache to cache dependencies on servers - uses: actions/cache@v4.0.2