[Actions] Fidgeting
All checks were successful
/ jekyll (push) Successful in 3s

This commit is contained in:
Bill Niblock 2024-02-26 20:10:14 -05:00
parent c6db836e5b
commit d284b70832

View file

@ -6,16 +6,11 @@ jobs:
image: jekyll/builder:latest image: jekyll/builder:latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Jekyll here?
run: jekyll help
- name: Change to source - name: Change to source
run: | run: |
cd ${{ GITHUB_WORKSPACE }} cd ${{ GITHUB_WORKSPACE }}
echo $(pwd) echo ${{ pwd }}
echo $(ls) # - name: Update Gems
# - name: Update Gems # run: bundle update
# run: bundle update # - name: Build Site
# - name: Build Site # run: jekyll build
# run: jekyll build
# - name: Check the output
# run: ls -alh ./_site