Action: Include the .domains file for Codeberg pages
All checks were successful
/ jekyll (push) Successful in 16s
All checks were successful
/ jekyll (push) Successful in 16s
This commit is contained in:
parent
17f8f984f8
commit
fa351b0712
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ jobs:
|
||||||
run: bundle install
|
run: bundle install
|
||||||
- name: Build the site
|
- name: Build the site
|
||||||
run: jekyll build --trace
|
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
|
- name: Publish Site
|
||||||
run: |
|
run: |
|
||||||
cd _site
|
cd _site
|
||||||
|
|
Loading…
Reference in a new issue