Update doxygen_build_deploy.yml

This commit is contained in:
Jan W. Krieger 2022-04-22 21:58:45 +02:00 committed by GitHub
parent 9cd1462a77
commit 1bc4e99892
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |