mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-04 23:59:49 -06:00
Fe overhaul docs (#1640)
* api changes * doc changes * move docs * generated * generate * pkg * backmerge main * revert to main * revert main * race? * remove go tests
This commit is contained in:
29
.github/workflows/sync-python-quickstart.yml
vendored
Normal file
29
.github/workflows/sync-python-quickstart.yml
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
name: Sync Python Quickstart
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'examples/python/quickstart/**'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
manual_trigger:
|
||||
description: 'Manually trigger the sync'
|
||||
default: 'true'
|
||||
required: false
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Run sync script
|
||||
env:
|
||||
SYNC_TOKEN: ${{ secrets.SYNC_TOKEN }}
|
||||
run: |
|
||||
./hack/sync-quickstart.sh --source-dir "examples/python/quickstart" --target-repo "hatchet-dev/hatchet-python-quickstart"
|
||||
Reference in New Issue
Block a user