Skip to content

Commit abd183a

Browse files
committed
Include CNAME in _site/ of gh-actions branch
1 parent 2135f0c commit abd183a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
- name: Commit results
4949
run: |
5050
cd _site
51+
cp ../CNAME ./
5152
git init
5253
git add .
5354
git commit -m 'update website'

0 commit comments

Comments
 (0)