Move combineCallbacks
to its own module (#3963)
#27
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rebuild Website | |
on: | |
push: | |
branches: | |
# FIXME: Use the main branch when v2 is out | |
- v2 | |
jobs: | |
trigger-rebuild: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger Netlify Build Hook | |
run: curl -X POST -d "{}" "${{ secrets.WEBSITE_BUILD_HOOK_URL }}?trigger_title=The+Prism+code+has+been+updated" |