-
Notifications
You must be signed in to change notification settings - Fork 0
39 lines (39 loc) · 990 Bytes
/
doxygen.yml
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
33
34
35
36
37
38
39
# name: Doxygen
# on:
# push:
# paths:
# - '**'
# - '*.pro'
# - 'support/**'
# - '.github/workflows/doxygen.yml'
# pull_request:
# paths:
# - '**'
# - '*.pro'
# - 'support/**'
# - '.github/workflows/doxygen.yml'
# jobs:
# build:
# name: Build
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# os: [ubuntu-20.04]
# steps:
# - name: Doxygen Action
# uses: mattnotmitt/doxygen-action@1.9.4
# # artifacts
# - uses: actions/upload-artifact@v2
# with:
# name: doc.zip
# path: doc/html/*
# # tag Release
# - name: uploadRelease
# if: startsWith(github.event.ref, 'refs/tags/')
# uses: svenstaro/upload-release-action@v2
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN }}
# file: doc.zip
# asset_name: doc.zip
# tag: ${{ github.ref }}
# overwrite: true