Skip to content

Commit

Permalink
[site] Keep CNAME when rebuilding site.
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Jul 2, 2023
1 parent 73132f3 commit 6d995ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
git checkout gh-pages
git rm * -r -f --ignore-unmatch
git checkout HEAD -- .nojekyll
git checkout HEAD -- CNAME
git checkout HEAD -- docs/
git add build/
git mv build/* . -f -k
Expand Down

0 comments on commit 6d995ba

Please sign in to comment.