Skip to content

Commit ffc3b3c

Browse files
authored
Update and rename c-cpp.yml to docs.yml
1 parent 368bc83 commit ffc3b3c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/c-cpp.yml renamed to .github/workflows/docs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ name: Build and upload documentation
33
on:
44
release:
55
types: [published]
6+
7+
workflow_dispatch:
8+
inputs:
9+
logLevel:
10+
description: 'Log level'
11+
required: true
12+
default: 'warning'
13+
type: choice
14+
options:
15+
- info
16+
- warning
17+
- debug
618

719
jobs:
820
build:

0 commit comments

Comments
 (0)