mirror of
https://github.com/openai/openai-cookbook
synced 2024-11-04 06:00:33 +00:00
add website rebuild action
This commit is contained in:
parent
da7ea986c1
commit
1de6a60e4c
14
.github/workflows/build-website.yaml
vendored
Normal file
14
.github/workflows/build-website.yaml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user