Skip to content

Nightly docs update - latest #34

Nightly docs update - latest

Nightly docs update - latest #34

name: Update docs - latest
on:
workflow_dispatch:
schedule:
- cron: "0 2 * * *"
run-name: Nightly docs update - latest
jobs:
update-docs:
uses: ./.github/workflows/update-docs-base.yml
with:
source_branch: "release-x.56.x"
target_branch: "release-x.56.x"
annotation: "nightly"
run_name: "Nightly docs build - latest"
secrets:
METABASE_AUTOMATION_USER_TOKEN: ${{ secrets.METABASE_AUTOMATION_USER_TOKEN }}