Skip to content

new docker image release (#1737) #87

new docker image release (#1737)

new docker image release (#1737) #87

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