don't use it, not needed in m1-m4 world and we have swc and a few oth… #91
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: Update Docs | |
on: | |
push: | |
branches: [ main ] | |
paths: | |
- 'docs/**' | |
jobs: | |
merge-branch: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Merge to docs | |
uses: devmasx/[email protected] | |
with: | |
type: now | |
target_branch: docs-live | |
github_token: ${{ github.token }} |