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