Update for custom subdomain at ttrpg.theinternetvagabond.com
All checks were successful
/ jekyll (push) Successful in 17s

This commit is contained in:
Bill Niblock 2024-06-21 16:55:53 -04:00
parent d0e45ea1b0
commit ad1a90ca16
3 changed files with 5 additions and 2 deletions

View file

@ -18,6 +18,8 @@ jobs:
run: bundle install
- name: Build the site
run: jekyll build --trace
- name: Include the Codeberg pages .domains file
run: cp ${{ env.GITHUB_WORKSPACE }}/.domains ${{ env.GITHUB_WORKSPACE }}/_site/.domains
- name: Publish Site
run: |
cd _site