Skip to content

Commit dc8145c

Browse files
authored
Update jekyll.yml
1 parent 0871fab commit dc8145c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}"
4949
env:
5050
JEKYLL_ENV: production
51+
- name: Copy CNAME
52+
run: cp CNAME ./_site/CNAME
5153
- name: Upload artifact
5254
# Automatically uploads an artifact from the './_site' directory by default
5355
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)