fix cname
This commit is contained in:
parent
1f240d8c20
commit
e81d608554
1 changed files with 4 additions and 1 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue