1 name: Build documentation and pack
11 group: ${{ github.workflow }}-${{ github.ref }}
12 cancel-in-progress: true
23 - uses: actions/checkout@v4
28 if: github.event_name == 'release'
30 git fetch --tags --force
32 - uses: Open-CMSIS-Pack/gen-pack-action@main
34 doxygen-version: 1.9.6
35 packchk-version: 1.3.95
36 gen-doc-script: ./CMSIS/DoxyGen/gen_doc.sh
37 check-links-script: ./DoxyGen/check_links.sh
38 doc-path: ./CMSIS/Documentation/
39 gen-pack-script: ./gen_pack.sh --no-preprocess
40 gen-pack-output: ./output
41 gh-pages-branch: gh-pages