Skip to content

Updated README.md file. a.o. #255

Updated README.md file. a.o.

Updated README.md file. a.o. #255

Workflow file for this run

name: Build pack
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
release:
types: [published]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
pack:
name: Generate pack
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Fetch tags
if: github.event_name == 'release'
run: |
git fetch --tags --force
- name: Setup Python
uses: actions/setup-python@v6
- name: Install MkDocs
run: |
pip install mkdocs
pip install mkdocs-mermaid2-plugin
pip install mkdoxy
- uses: Open-CMSIS-Pack/gen-pack-action@main
with:
doxygen-version: 1.13.2
packchk-version: 1.4.3
gen-pack-script: ./gen_pack.sh
gen-pack-output: ./output
gen-doc-script: ./documentation/gen_doc.sh
doc-path: ./docs