mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-06 00:42:46 +02:00
master_deploy_doxygen.yml aktualisiert
This commit is contained in:
parent
38b99284d9
commit
7187943469
1 changed files with 1 additions and 1 deletions
2
.github/workflows/master_deploy_doxygen.yml
vendored
2
.github/workflows/master_deploy_doxygen.yml
vendored
|
@ -15,7 +15,6 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: tools/doxygen
|
|
||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install doxygen
|
sudo apt install doxygen
|
||||||
|
@ -24,6 +23,7 @@ jobs:
|
||||||
working-directory: tools/doxygen
|
working-directory: tools/doxygen
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
mkdir -p ../../build/docs/html
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
|
|
||||||
- name: Deploy Doxygen
|
- name: Deploy Doxygen
|
||||||
|
|
Loading…
Reference in a new issue