Compare commits
2 commits
60eb9f6f98
...
6eda89e2d2
Author | SHA1 | Date | |
---|---|---|---|
6eda89e2d2 | |||
545ce2ec94 |
2 changed files with 5 additions and 2 deletions
|
@ -22,10 +22,9 @@ jobs:
|
|||
run: |
|
||||
cd _site
|
||||
git config --global --add safe.directory /workspace/vagabond/ttrpg-compendium/_site
|
||||
touch .nojekyll
|
||||
git config user.name "Scribe [bot]"
|
||||
git config user.email "scribe@niblock.tech"
|
||||
git add -A
|
||||
git add -A .
|
||||
git status
|
||||
git commit -m "Automated Publish"
|
||||
git push
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
layout: 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.
|
||||
|
|
Loading…
Reference in a new issue