Skip to content

Commit

Permalink
workflow: push CNAME to resulting site
Browse files Browse the repository at this point in the history
Due to how our github-pages-deploy-action container works, without
adding the CNAME from the main branch, it will be deleted. This will
keep it there.

Note that this should be reverted and CNAME removed, should the site
remain on the default github.io domain.
  • Loading branch information
lifehackerhansol committed Jun 30, 2024
1 parent b6ac389 commit 3f78577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
# miscellaneous files needed for GitHub etc
run: |
touch site/.nojekyll
cp CNAME site/CNAME
- name: Deploy 🚀
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 3f78577

Please sign in to comment.