workflow: don't copy CNAME

Jekyll already copies it.
This commit is contained in:
lifehackerhansol 2023-04-08 15:16:45 -07:00
parent 84745bb5c3
commit 72769af555
No known key found for this signature in database
GPG key ID: 80FB184AFC0B3B0E

View file

@ -30,7 +30,6 @@ jobs:
# CNAME: to tell GH Pages about the domain name # CNAME: to tell GH Pages about the domain name
- name: Post-Jekyll build copy files - name: Post-Jekyll build copy files
run: | run: |
cp CNAME _site
touch _site/.nojekyll touch _site/.nojekyll
- name: Deploy 🚀 - name: Deploy 🚀