diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3710eebd..3e8c4136 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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