From 1fe759d656421d68d2034d564941d93187b9f932 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Petu=C5=A1ka?= Date: Fri, 27 May 2022 21:17:55 +0100 Subject: [PATCH] Update deploy-pages.yml --- .github/workflows/deploy-pages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index c7f6e69c..95e465a5 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -55,6 +55,8 @@ jobs: find public -type f -regex '.*\.\(htm\|html\|txt\|text\|js\|css\)$' -exec gzip -f -k {} \; # echo "/${REPO_NAME} /${REPO_NAME}/${REPO_NAME}/index.html 301" > public/_redirects; # echo "/${REPO_NAME}/index.html /${REPO_NAME}/${REPO_NAME}/index.html 301" >> public/_redirects; + + echo "kmdc.petuska.dev" > public/CNAME - uses: crazy-max/ghaction-github-pages@v2.6.0 with: target_branch: gh-pages