Skip to content

Commit

Permalink
Update deploy-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpetuska authored May 27, 2022
1 parent 3e497eb commit 1fe759d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
target_branch: gh-pages
Expand Down

0 comments on commit 1fe759d

Please sign in to comment.