Skip to content

don't use it, not needed in m1-m4 world and we have swc and a few oth… #91

don't use it, not needed in m1-m4 world and we have swc and a few oth…

don't use it, not needed in m1-m4 world and we have swc and a few oth… #91

Workflow file for this run

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