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:
parent
7e164fcc21
commit
fa46e7af69
1 changed files with 4 additions and 2 deletions
6
.github/workflows/trigger-rebuilds.yml
vendored
6
.github/workflows/trigger-rebuilds.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue