From 3987497f4bbcbcf0172d24ae2eb86166a8368367 Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Thu, 9 Jun 2022 16:06:37 +0300 Subject: Auto-merge conflict resaolution restored old invalid code --- .github/workflows/doxygen.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 19bd8c9..d95226d 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -25,9 +25,6 @@ jobs: find build/html/ -name *.html -type f -exec sed -i 's+https://github.com/jothepro/doxygen-awesome-css+https://github.com/itay-grudev/SingleApplication+g' {} \; - name: Deploy to GitHub pages - on: - branches: - - master uses: crazy-max/ghaction-github-pages@v3 with: target_branch: gh-pages -- cgit v1.2.1