Skip to content

Commit

Permalink
Update jekyll-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguelzamora13 authored Oct 24, 2023
1 parent 40bba69 commit 4c2e588
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,4 @@ jobs:
- name: Build the site in the jekyll/builder container
run: |
docker run
- name: Test

on: [push, pull_request]

- uses: actions/checkout@v4
with:
fetch-depth: 0
run:
on
- name: Install bats
run: git clone --depth 1 https://github.com/sstephenson/bats.git
- name: Run tests
run: PATH="./bats/bin:$PATH" script/test
- name: Verify download URL checksums
if: github.event_name == 'pull_request'
run: ./script/mirror verify "$COMMIT_RANGE"
env:
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..

0 comments on commit 4c2e588

Please sign in to comment.