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
|
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
|
||||||
|
|
Loading…
Reference in a new issue