workflow: don't copy CNAME
Jekyll already copies it.
This commit is contained in:
parent
84745bb5c3
commit
72769af555
1 changed files with 0 additions and 1 deletions
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -30,7 +30,6 @@ jobs:
|
|||
# CNAME: to tell GH Pages about the domain name
|
||||
- name: Post-Jekyll build copy files
|
||||
run: |
|
||||
cp CNAME _site
|
||||
touch _site/.nojekyll
|
||||
|
||||
- name: Deploy 🚀
|
||||
|
|
Loading…
Reference in a new issue