Skip to content

Auto-Generate Docs for CLI #5

Auto-Generate Docs for CLI

Auto-Generate Docs for CLI #5

Workflow file for this run

name: Generate and Deploy Documentation
on:
push:
paths:
- 'tembo-cli/**'
branches:
- main
pull_request:
paths:
- 'tembo-cli/**'
branches:
- main
- develop
- feature/*
jobs:
generate_docs:
runs-on: ubuntu-latest
steps:
- name: Check out the main repo
uses: actions/checkout@v4
- name: Generate and Deploy Docs
uses: ./.github/actions/generate-docs
with:
repository: 'tembo-io/website'
ssh_key: ${{ secrets.SERVICE_USER_GITHUB_SSH_KEY }}
branch: 'plat-410'