mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Move doxy-coverage to davatorium version
This commit is contained in:
parent
c6ba962673
commit
30d50e3bdc
2 changed files with 2 additions and 2 deletions
2
.github/actions/doxycheck/action.yml
vendored
2
.github/actions/doxycheck/action.yml
vendored
|
@ -20,5 +20,5 @@ runs:
|
|||
exit 1
|
||||
fi
|
||||
|
||||
python2 ./doxy-coverage/doxy-coverage.py builddir/doc/html/xml/
|
||||
python ./doxy-coverage/doxy-coverage.py builddir/doc/html/xml/
|
||||
shell: bash
|
||||
|
|
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
@ -45,7 +45,7 @@ runs:
|
|||
xutils-dev
|
||||
shell: bash
|
||||
- id: doxy
|
||||
run: git clone https://github.com/alobbs/doxy-coverage
|
||||
run: git clone https://github.com/davatorium/doxy-coverage
|
||||
shell: bash
|
||||
- id: check
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue