[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
steps:
- uses: actions/checkout@v3
- name: Jekyll here?
run: jekyll help
- name: Change to source
run: |
cd ${{ GITHUB_WORKSPACE }}
echo $(pwd)
echo $(ls)
# - name: Update Gems
# run: bundle update
# - name: Build Site
# run: jekyll build
# - name: Check the output
# run: ls -alh ./_site
echo ${{ pwd }}
# - name: Update Gems
# run: bundle update
# - name: Build Site
# run: jekyll build