mirror of
https://github.com/jkriege2/JKQtPlotter.git
synced 2024-12-25 01:51:49 +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 -y install build-essential doxygen graphviz doxygen-latex
|
||||
|
||||
- name: Create empty BRANCH gh-pages
|
||||
run: |
|
||||
cd JKQtPlotter_doc
|
||||
git branch | grep -q "gh-pages" && git branch -D gh-pages
|
||||
git branch gh-pages
|
||||
git checkout gh-pages
|
||||
cd ..
|
||||
#- name: empty branch gh-pages
|
||||
# run: |
|
||||
# cd JKQtPlotter_doc
|
||||
# git rm -r *
|
||||
# cd ..
|
||||
|
||||
- name: Run Doxygen
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user