Clean-up Actions
This commit is contained in:
parent
ea05026763
commit
df73058077
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue