Skip to content

Commit

Permalink
Added previously mentioned build script to build pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
SirRandoo committed Sep 11, 2024
1 parent 2691e72 commit 6b763e4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]

- uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: python scripts/sanitize_items.py

# Use GitHub Actions' cache to cache dependencies on servers
- uses: actions/[email protected]
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
restore-keys: |
${{ runner.os }}-gems-
# Use GitHub Deploy Action to build and deploy to Github
- uses: jeffreytse/[email protected]
with:
Expand Down

0 comments on commit 6b763e4

Please sign in to comment.