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