Create website-docs-deploy.yml

This commit is contained in:
Rijk van Zanten
2020-12-04 15:39:31 -05:00
committed by GitHub
parent 797a0efdf2
commit 8123e1fa9b

View File

@@ -0,0 +1,21 @@
name: Deploy Website / Docs
on:
schedule:
- cron: '59 23 * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: satak/webrequest-action@master
with:
url: {{ secrets.BUILD_HOOK_WEBSITE }}
method: POST
- uses: satak/webrequest-action@master
with:
url: {{ secrets.BUILD_HOOK_DOCS }}
method: POST