Merge pull request #708 from Atom-Learning/fix/navigation-menu-text #592
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/branch-merge@1.1.5 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
source_ref: "main" | |
target_branch: "documentation-content" | |
commit_message_template: "[Automated] Merged {source_ref} into target {target_branch}" |