Skip to content

Commit

Permalink
add website rebuild action
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpfish committed Oct 2, 2023
1 parent 5591ff3 commit a3f6bf8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-website.yaml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit a3f6bf8

Please sign in to comment.