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
|
||||
|
||||
on:
|
||||
[push]
|
||||
# push:
|
||||
# branches: [master]
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -14,8 +13,7 @@ jobs:
|
||||
submodules: true
|
||||
- name: Install requirements
|
||||
run: |
|
||||
brew install graphviz ninja
|
||||
brew install doxygen
|
||||
brew install graphviz ninja doxygen
|
||||
- name: configure
|
||||
run: cmake -G Ninja -B ./build -S .
|
||||
- name: build
|
||||
|
Loading…
Reference in New Issue
Block a user