Update for custom subdomain at ttrpg.theinternetvagabond.com
All checks were successful
/ jekyll (push) Successful in 17s
All checks were successful
/ jekyll (push) Successful in 17s
This commit is contained in:
parent
d0e45ea1b0
commit
ad1a90ca16
3 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue