Skip to content

Merge pull request #707 from Atom-Learning/fix/readd-width-auto-to-se… #590

Merge pull request #707 from Atom-Learning/fix/readd-width-auto-to-se…

Merge pull request #707 from Atom-Learning/fix/readd-width-auto-to-se… #590

name: Sync from main to documentation
on:
push:
branches:
- main
jobs:
sync:
name: Sync everything from main into the documentation-content branch
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: everlytic/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
source_ref: "main"
target_branch: "documentation-content"
commit_message_template: "[Automated] Merged {source_ref} into target {target_branch}"