Skip to content

docs: upstream

docs: upstream #136

Workflow file for this run

name: Sync upstream
on:
push:
branches: [main]
jobs:
sync-upstream:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PAT }}
- name: Sync upstream
run: bash script/sync-upstream.sh
env:
DESTINATION_BRANCH: main
DESTINATION_DIRECTORY: "content/docs"
DESTINATION_REPOSITORY: planetscale/www
PAT: ${{ secrets.PAT }}
SOURCE_DIRECTORY: docs