We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1515748 + 2a1746e commit 88bcc2fCopy full SHA for 88bcc2f
.github/workflows/release.yml
@@ -49,12 +49,11 @@ jobs:
49
publish_dir: .vercel/output/static
50
force_orphan: true
51
52
- # Deploy to mcw-mcraft-page repository (github.mcraft.fun)
53
- - name: Deploy to mcw-mcraft-page repository
+ - name: Deploy to mwc-mcraft-pages repository
54
uses: peaceiris/actions-gh-pages@v3
55
with:
56
personal_token: ${{ secrets.MCW_MCRAFT_PAGE_DEPLOY_TOKEN }}
57
- external_repository: ${{ github.repository_owner }}/mcw-mcraft-pages
+ external_repository: ${{ github.repository_owner }}/mwc-mcraft-pages
58
59
publish_branch: main
60
destination_dir: docs
0 commit comments