[Actions] Fidgeting
Some checks failed
/ jekyll (push) Failing after 26s

This commit is contained in:
Bill Niblock 2024-02-26 20:32:17 -05:00
parent dd18e2a6f9
commit 241356eeb3

View file

@ -8,7 +8,11 @@ jobs:
- uses: actions/checkout@v3
- run: |
ls ${{ github.workspace }}
# - name: Update Gems
# run: bundle update
# - name: Build Site
# run: jekyll build
ls ${{ pwd }}
cd ${{ github.workspace }}
- name: Update Gems
run: bundle update
- name: Build Site
run: jekyll build
- run: |
ls ${{ github.workspace }}