Skip to content

fix(orchestrator): allow to use '--<dev-account>' flag in args (#1455) #784

fix(orchestrator): allow to use '--<dev-account>' flag in args (#1455)

fix(orchestrator): allow to use '--<dev-account>' flag in args (#1455) #784

Workflow file for this run

name: Deploy on gh-pages
on:
push:
branches: [main]
permissions:
contents: write
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: "latest"
- run: mdbook build docs
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/book