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

This commit is contained in:
Bill Niblock 2024-02-26 20:33:59 -05:00
parent 241356eeb3
commit c02cf016e2

View file

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