Skip to content

docs | deploy docs

docs | deploy docs #93

Workflow file for this run

name: docs | deploy docs
on:
schedule:
- cron: '0 2 * * *'
workflow_dispatch:
env:
NETLIFY_DOCS_PRODUCTION_DEPLOY_HOOK: ${{ secrets.NETLIFY_DOCS_PRODUCTION_DEPLOY_HOOK }}
jobs:
deploy:
runs-on: ubuntu-latest
if: ${{ !github.event.pull_request.head.repo.fork }}
steps:
- name: Trigger deploy hook
run: curl ${{ env.NETLIFY_DOCS_PRODUCTION_DEPLOY_HOOK }} -X POST