Skip to content

fix the table of content #69

fix the table of content

fix the table of content #69

Workflow file for this run

name: 🌃 Sync main to nightly
on:
pull_request:
types: [closed]
branches: [main]
permissions:
contents: write
jobs:
sync_on_merge:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- uses: actions/checkout@v3
with:
# Fetches all history for all tags and branches
fetch-depth: 0
- uses: amtoine/[email protected]
with:
do_push: true
log_worktree: true