Publish Action: Troubleshooting
Some checks failed
/ jekyll (push) Failing after 17s

This commit is contained in:
Bill Niblock 2025-07-17 12:02:03 -04:00
parent 9934de22ff
commit 1fd2d749ac

View file

@ -14,6 +14,8 @@ jobs:
path: _site path: _site
- name: Setup Build Environment - name: Setup Build Environment
run: | run: |
echo "Current User: ${whoami}"
echo "Current Directory and Stats: $(ls -alh)"
mkdir .jekyll-cache && echo "Make Directory: ${PWD}/.jekyll-cache" mkdir .jekyll-cache && echo "Make Directory: ${PWD}/.jekyll-cache"
mkdir -p ${{ env.GITHUB_WORKSPACE }}/vendor/bundle mkdir -p ${{ env.GITHUB_WORKSPACE }}/vendor/bundle
bundle config set deployment true bundle config set deployment true