From 2a1746eb7a6bd96f40de9cffbb13d78e422388f2 Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Wed, 27 Aug 2025 13:33:39 +0300 Subject: [PATCH] [skip ci] fix repository name --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68ead92f..3710eebd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,12 +49,11 @@ 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 + - name: Deploy to mwc-mcraft-pages repository uses: peaceiris/actions-gh-pages@v3 with: personal_token: ${{ secrets.MCW_MCRAFT_PAGE_DEPLOY_TOKEN }} - external_repository: ${{ github.repository_owner }}/mcw-mcraft-pages + external_repository: ${{ github.repository_owner }}/mwc-mcraft-pages publish_dir: .vercel/output/static publish_branch: main destination_dir: docs