Skip to content

create first mode tutorial and added mode/mission/modemanager concept… #15

create first mode tutorial and added mode/mission/modemanager concept…

create first mode tutorial and added mode/mission/modemanager concept… #15

Workflow file for this run

name: Deploy Docs
on:
push:
branches: [main]
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment to prevent conflicts
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Build and Deploy Docs
uses: ./.github/actions/build-docs
with:
deploy: "true"