Skip to content

Plat 410 sample

Plat 410 sample #33

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:
- uses: actions/checkout@v4
- name: Install system dependencies
run: |
set -xe
sudo apt-get update
- name: Generate and Deploy Docs
uses: ./.github/actions/generate-docs
with:
tembo_repository: 'tembo-io/tembo'
ssh_key: ${{ secrets.SERVICE_USER_GITHUB_SSH_KEY }}
tembo_branch: 'plat-410'
website_branch: 'cli-updates'
website_repository: 'tembo-io/website'