Skip to content

derive standard traits in EcalComponents #209

derive standard traits in EcalComponents

derive standard traits in EcalComponents #209

Workflow file for this run

name: Generate API Documentation
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
doc:
runs-on: ubuntu-latest
permissions:
contents: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Install mdBook
uses: taiki-e/install-action@v2
with:
tool: mdbook
- name: Build mdBook
run: mdbook build docs
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/book