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