chore(ci): use hacky way of rebuilding website twice to ensure new modules don't need manual intervention to appear on the website

This commit is contained in:
xyny 2025-04-27 08:46:21 +00:00 committed by GitHub
parent 7e164fcc21
commit fa46e7af69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'blue-build/modules'
steps:
- run: echo "schemas:" && curl -X POST -d {} ${{ secrets.SCHEMAS_DEPLOY_HOOK }}
- run: sleep 1m
- run: echo "website:" && curl -X POST -d {} ${{ secrets.WEBSITE_DEPLOY_HOOK }}
- run: sleep 3m
- run: echo "schemas:" && curl -X POST -d {} ${{ secrets.SCHEMAS_DEPLOY_HOOK }}
- run: sleep 3m
- run: echo "website:" && curl -X POST -d {} ${{ secrets.WEBSITE_DEPLOY_HOOK }}