mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
reset Doxygen CI to only execute on master branch
This commit is contained in:
parent
e3fbc6bc2c
commit
11bb03f255
8
.github/workflows/gh-pages.yml
vendored
8
.github/workflows/gh-pages.yml
vendored
@ -1,9 +1,8 @@
|
|||||||
name: Doxygen CI
|
name: Doxygen CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
[push]
|
push:
|
||||||
# push:
|
branches: [master]
|
||||||
# branches: [master]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -14,8 +13,7 @@ jobs:
|
|||||||
submodules: true
|
submodules: true
|
||||||
- name: Install requirements
|
- name: Install requirements
|
||||||
run: |
|
run: |
|
||||||
brew install graphviz ninja
|
brew install graphviz ninja doxygen
|
||||||
brew install doxygen
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -G Ninja -B ./build -S .
|
run: cmake -G Ninja -B ./build -S .
|
||||||
- name: build
|
- name: build
|
||||||
|
Loading…
Reference in New Issue
Block a user