summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 33eb9d33f..ee555cb88 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,13 +24,3 @@ jobs:
with:
publish_dir: ./_site
github_token: ${{ secrets.GITHUB_TOKEN }}
-
- - name: Trigger ManyMC
- env:
- MANYMC_TOKEN: ${{ secrets.MANYMC_TOKEN }}
- run: |
- curl -X POST \
- -H "Accept: application/vnd.github.v3+json" \
- -H "Authorization: token $MANYMC_TOKEN" \
- https://api.github.com/repos/MinecraftMachina/meta-multimc-arm64/dispatches \
- -d '{"event_type":"sync"}'