mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 10:01:38 +08:00
Update doxygen_build_deploy.yml
This commit is contained in:
parent
9cd1462a77
commit
1bc4e99892
12
.github/workflows/doxygen_build_deploy.yml
vendored
12
.github/workflows/doxygen_build_deploy.yml
vendored
@ -37,13 +37,11 @@ jobs:
|
|||||||
sudo apt-get install -f
|
sudo apt-get install -f
|
||||||
sudo apt -y install build-essential doxygen graphviz doxygen-latex
|
sudo apt -y install build-essential doxygen graphviz doxygen-latex
|
||||||
|
|
||||||
- name: Create empty BRANCH gh-pages
|
#- name: empty branch gh-pages
|
||||||
run: |
|
# run: |
|
||||||
cd JKQtPlotter_doc
|
# cd JKQtPlotter_doc
|
||||||
git branch | grep -q "gh-pages" && git branch -D gh-pages
|
# git rm -r *
|
||||||
git branch gh-pages
|
# cd ..
|
||||||
git checkout gh-pages
|
|
||||||
cd ..
|
|
||||||
|
|
||||||
- name: Run Doxygen
|
- name: Run Doxygen
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user