Skip to content

Correnct github workflow call #1

Correnct github workflow call

Correnct github workflow call #1

Workflow file for this run

name: Build and deploy documentation
on:
workflow_dispatch:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: ./cicd/ubuntu.sh docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
force_orphan: true
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build/doc/html