From 72769af5550015e85d61b3e2db2c557fa8693d3b Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Sat, 8 Apr 2023 15:16:45 -0700 Subject: [PATCH] workflow: don't copy CNAME Jekyll already copies it. --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f93355774a..8eeb539bd5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 🚀