fix cname

This commit is contained in:
Vitaly Turovsky 2025-08-27 19:52:09 +03:00
commit e81d608554

View file

@ -49,6 +49,10 @@ jobs:
publish_dir: .vercel/output/static
force_orphan: true
# Create CNAME file for custom domain
- name: Create CNAME file
run: echo "github.mcraft.fun" > .vercel/output/static/CNAME
- name: Deploy to mwc-mcraft-pages repository
uses: peaceiris/actions-gh-pages@v3
with:
@ -57,7 +61,6 @@ jobs:
publish_dir: .vercel/output/static
publish_branch: main
destination_dir: docs
cname: github.mcraft.fun
force_orphan: true
- name: Change index.html title