Skip to content

Commit

Permalink
Fixed the GitHub action referencing the "scripts" directory
Browse files Browse the repository at this point in the history
  • Loading branch information
SirRandoo committed Sep 11, 2024
1 parent 6b763e4 commit 0bc82b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit 0bc82b1

Please sign in to comment.