1 name: Build documentation and pack
15 - uses: actions/checkout@v4
20 if: ${{ github.event_name == 'release' }}
22 git fetch --tags --force
24 - uses: Open-CMSIS-Pack/gen-pack-action@main
26 doxygen-version: 1.13.2 # default
27 packchk-version: 1.3.95 # default
28 gen-doc-script: ./Documentation/Doxygen/gen_doc.sh # skipped by default
29 doc-path: ./Documentation/html # skipped by default
30 gen-pack-script: ./gen_pack.sh --no-preprocess # skipped by default
31 gen-pack-output: ./output # skipped by default
32 gh-pages-branch: gh-pages # default