-
Notifications
You must be signed in to change notification settings - Fork 174
32 lines (30 loc) · 1.06 KB
/
build.yaml
File metadata and controls
32 lines (30 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Build documentation and pack
on:
workflow_dispatch:
push:
branches: [ main ]
pull_request:
branches: [ main ]
release:
types: [published]
jobs:
pack:
name: Generate pack
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Fetch tags
if: ${{ github.event_name == 'release' }}
run: |
git fetch --tags --force
- uses: Open-CMSIS-Pack/gen-pack-action@main
with:
doxygen-version: 1.13.2 # default
packchk-version: 1.3.95 # default
gen-doc-script: ./Documentation/Doxygen/gen_doc.sh # skipped by default
doc-path: ./Documentation/html # skipped by default
gen-pack-script: ./gen_pack.sh --no-preprocess # skipped by default
gen-pack-output: ./output # skipped by default
gh-pages-branch: gh-pages # default