Action: Include the .domains file for Codeberg pages
All checks were successful
/ jekyll (push) Successful in 16s

This commit is contained in:
Bill Niblock 2024-06-18 19:50:37 -04:00
parent 17f8f984f8
commit fa351b0712

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