Clean-up Actions

This commit is contained in:
Bill Niblock 2024-06-14 17:02:17 -04:00
parent ea05026763
commit df73058077

View file

@ -18,10 +18,7 @@ jobs:
run: bundle install run: bundle install
- name: Build the site - name: Build the site
run: jekyll build --trace run: jekyll build --trace
- name: Check source status - name: Publish Site
run: |
git status
- name: Check site status
run: | run: |
cd _site cd _site
git config --global --add safe.directory /workspace/vagabond/ttrpg-compendium/_site git config --global --add safe.directory /workspace/vagabond/ttrpg-compendium/_site