[Actions] Fidgeting
Some checks failed
/ setup (push) Successful in 4s
/ jekyll (push) Failing after 6s

This commit is contained in:
Bill Niblock 2024-02-26 19:45:30 -05:00
parent 74f0d34928
commit a70c91ff33

View file

@ -10,6 +10,8 @@ jobs:
container:
image: jekyll/builder:latest
steps:
- name: Change to source
run: cd ${{ GITHUB_WORKSPACE }}
- name: Update Gems
run: bundle update
- name: Build Site