Compare commits
No commits in common. "6eda89e2d2822116efa4fa4e3335896e77137fd8" and "60eb9f6f98b9ef56b5b74b848c0e0c36878708f5" have entirely different histories.
6eda89e2d2
...
60eb9f6f98
2 changed files with 2 additions and 5 deletions
|
@ -22,9 +22,10 @@ jobs:
|
||||||
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
|
||||||
|
touch .nojekyll
|
||||||
git config user.name "Scribe [bot]"
|
git config user.name "Scribe [bot]"
|
||||||
git config user.email "scribe@niblock.tech"
|
git config user.email "scribe@niblock.tech"
|
||||||
git add -A .
|
git add -A
|
||||||
git status
|
git status
|
||||||
git commit -m "Automated Publish"
|
git commit -m "Automated Publish"
|
||||||
git push
|
git push
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
---
|
|
||||||
layout: adventure
|
|
||||||
---
|
|
||||||
|
|
||||||
# Mothership: Tutorial/Learning Adventure
|
# Mothership: Tutorial/Learning Adventure
|
||||||
|
|
||||||
The intent of this one-shot is to introduce players to the system, and also allow me to explore running a game, in a "controlled" fashion.
|
The intent of this one-shot is to introduce players to the system, and also allow me to explore running a game, in a "controlled" fashion.
|
||||||
|
|
Loading…
Reference in a new issue