Skip to content

Commit

Permalink
Skip Jekyll build step if cache hits
Browse files Browse the repository at this point in the history
  • Loading branch information
augusto-herrmann committed Mar 3, 2024
1 parent 77a9709 commit e162542
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
# Build the main part of the site using Jekyll Docker image
- name: Build the main site with Jekyll
if: steps.jekyll-build-cache.outputs.cache-hit != 'true'
working-directory: public
run: |
docker run \
Expand Down

0 comments on commit e162542

Please sign in to comment.