From 9718610131a44b1d0aa46fdf97d696d0af4dc663 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Wed, 27 Aug 2025 12:08:20 +0300 Subject: [PATCH] ci: add deployment step for mcw-mcraft-page repository in GitHub Actions --- .github/workflows/release.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cbf52251..68ead92f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,6 +49,18 @@ jobs: publish_dir: .vercel/output/static force_orphan: true + # Deploy to mcw-mcraft-page repository (github.mcraft.fun) + - name: Deploy to mcw-mcraft-page repository + uses: peaceiris/actions-gh-pages@v3 + with: + personal_token: ${{ secrets.MCW_MCRAFT_PAGE_DEPLOY_TOKEN }} + external_repository: ${{ github.repository_owner }}/mcw-mcraft-pages + publish_dir: .vercel/output/static + publish_branch: main + destination_dir: docs + cname: github.mcraft.fun + force_orphan: true + - name: Change index.html title run: | # change Minecraft Web Client to Minecraft Web Client — Free Online Browser Version