We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc5221 commit 49ef691Copy full SHA for 49ef691
2 files changed
.github/workflows/build_website.yml
@@ -31,6 +31,7 @@ jobs:
31
git branch -f gh-pages HEAD
32
git checkout gh-pages
33
- run: |
34
+ cp CNAME build/CNAME
35
git add -f build/
36
git commit -m "Publish"
37
git push -f origin `git subtree split -P build`:refs/heads/gh-pages
build/CNAME CNAMEbuild/CNAME renamed to CNAME
0 commit comments