Skip to content

Commit 807aaee

Browse files
authored
Update jekyll.yml
1 parent 162a749 commit 807aaee

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
@@ -19,6 +19,8 @@ jobs:
1919
uses: actions/configure-pages@v5
2020
- name: Build
2121
uses: actions/jekyll-build-pages@v1
22+
- name: Copy CNAME
23+
run: cp CNAME _site/ || true
2224
- name: Upload artifact
2325
uses: actions/upload-pages-artifact@v3
2426
deploy:

0 commit comments

Comments
 (0)