Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

contributing

contributing #4

name: Rebuild Cookbook Website
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Call Deploy Hook
run: |
curl -X GET "${{ secrets.WEBSITE_DEPLOY_HOOK_URL }}" \
-H "Authorization: ${{ secrets.WEBSITE_DEPLOY_HOOK_SECRET }}"