Skip to content

Merge pull request #698 from Atom-Learning/feat/new-brand-theme #594

Merge pull request #698 from Atom-Learning/feat/new-brand-theme

Merge pull request #698 from Atom-Learning/feat/new-brand-theme #594

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}"