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
- name: Build the site
run: jekyll build --trace
- name: Check source status
run: |
git status
- name: Check site status
- name: Publish Site
run: |
cd _site
git config --global --add safe.directory /workspace/vagabond/ttrpg-compendium/_site