mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Merge branch 'main' of github.com:directus/directus into main
This commit is contained in:
21
.github/workflows/website-docs-deploy.yml
vendored
21
.github/workflows/website-docs-deploy.yml
vendored
@@ -1,21 +0,0 @@
|
||||
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