From fa351b071290024108abd45ef818795f0c2237ed Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Tue, 18 Jun 2024 19:50:37 -0400 Subject: [PATCH] Action: Include the .domains file for Codeberg pages --- .forgejo/workflows/publish.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index 67c477f..318412c 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -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