Compare commits

...

2 commits

Author SHA1 Message Date
6eda89e2d2 Add Mothership adventure index page
All checks were successful
/ jekyll (push) Successful in 15s
2024-06-14 17:16:45 -04:00
545ce2ec94 Try to limit page updates to just build results 2024-06-14 17:16:31 -04:00
2 changed files with 5 additions and 2 deletions

View file

@ -22,10 +22,9 @@ 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

View file

@ -1,3 +1,7 @@
---
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.