add website rebuild action

This commit is contained in:
simonpfish 2023-10-02 16:33:40 -07:00
parent da7ea986c1
commit 1de6a60e4c

14
.github/workflows/build-website.yaml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Rebuild Cookbook Website
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Call Deploy Hook
run: curl -X POST ${{ secrets.WEBSITE_DEPLOY_HOOK_URL }}