Files
directus/.github/workflows/website-docs-deploy.yml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 15: cannot unmarshal !!map into string line 20: cannot unmarshal !!map into string
2020-12-04 15:39:31 -05:00

22 lines
417 B
YAML

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