Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,5 +338,7 @@ jobs:
echo "::warning::OPENMIX_SITE_DISPATCH_TOKEN not set; site not rebuilt (downloads page stays on previous release)"
exit 0
fi
gh workflow run deploy.yml -R johnqherman/openmix.dev || \
# --ref is required: the Actions-scoped PAT cannot resolve the
# default branch on its own
gh workflow run deploy.yml -R johnqherman/openmix.dev --ref master || \
echo "::warning::site rebuild dispatch failed"
Loading