Skip to content

Remove extraneous headers and nav item from versioned docs (#2692) #1413

Remove extraneous headers and nav item from versioned docs (#2692)

Remove extraneous headers and nav item from versioned docs (#2692) #1413

name: 'Sync `staging` Branch'
# This workflow attempts to merge updates from `main` into the long-standing staging branch.
on:
push:
branches:
- main
workflow_dispatch:
concurrency: merge_main
jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Sync `staging`
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git push origin --force main:staging