Skip to content

Nightly Documentation Update #355

Nightly Documentation Update

Nightly Documentation Update #355

name: Nightly Documentation Update
on:
workflow_dispatch:
schedule:
# * is a special character in YAML so quote this string
- cron: '30 3 * * *'
jobs:
# Run the common workflow on each pull request
Nightly_Documentation_Update:
uses: 51Degrees/common-ci/.github/workflows/nightly-documentation-update.yml@main
with:
repo-name: ${{ github.event.repository.name }}
secrets:
token: ${{ secrets.ACCESS_TOKEN }}