Skip to content

Commit 88bcc2f

Browse files
committed
Merge branch 'next' into release
2 parents 1515748 + 2a1746e commit 88bcc2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,11 @@ jobs:
4949
publish_dir: .vercel/output/static
5050
force_orphan: true
5151

52-
# Deploy to mcw-mcraft-page repository (github.mcraft.fun)
53-
- name: Deploy to mcw-mcraft-page repository
52+
- name: Deploy to mwc-mcraft-pages repository
5453
uses: peaceiris/actions-gh-pages@v3
5554
with:
5655
personal_token: ${{ secrets.MCW_MCRAFT_PAGE_DEPLOY_TOKEN }}
57-
external_repository: ${{ github.repository_owner }}/mcw-mcraft-pages
56+
external_repository: ${{ github.repository_owner }}/mwc-mcraft-pages
5857
publish_dir: .vercel/output/static
5958
publish_branch: main
6059
destination_dir: docs

0 commit comments

Comments
 (0)