mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Create website-docs-deploy.yml
This commit is contained in:
21
.github/workflows/website-docs-deploy.yml
vendored
Normal file
21
.github/workflows/website-docs-deploy.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user