Publish Action: Troubleshooting
All checks were successful
/ jekyll (push) Successful in 31s

This commit is contained in:
Bill Niblock 2025-07-17 12:22:06 -04:00
parent 1612feb82e
commit 4009a67996

View file

@ -15,11 +15,9 @@ jobs:
- name: Setup Build Environment
run: |
echo "Current User: $(whoami)"
mkdir -p -m 0777 .jekyll-cache && echo "Make Jekyll Cache Directory"
mkdir -p -m 0777 ${{ env.GITHUB_WORKSPACE }}/vendor/bundle && echo "Make Bundle Vendor Directory"
echo "Current Directory and Stats: $(ls -alh)"
mkdir .jekyll-cache && echo "Make Jekyll Cache Directory"
mkdir -p ${{ env.GITHUB_WORKSPACE }}/vendor/bundle && echo "Make Bundle Vendor Directory"
bundle config set frozen true
bundle config set silence_root_warning true
bundle install
# - name: Build Site
# run: jekyll build --trace