From 40df4dd82c8f5609fb859217b1e0e88d3e2c91a1 Mon Sep 17 00:00:00 2001 From: Artem Date: Mon, 18 Jul 2022 14:57:48 +0300 Subject: [PATCH] Changed ci for doxygen job --- .github/workflows/ci.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea85ddf..89f2064 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,21 +162,9 @@ jobs: runs-on: ubuntu-latest - # To enable, first you have to create an orphaned gh-pages branch: - # - # git switch --orphan gh-pages - # git commit --allow-empty -m "Initial commit" - # git push -u origin gh-pages - # - # Edit the placeholder below to your GitHub name, so this action - # runs only in your repository and no one else's fork. After these, delete - # this comment and the last line in the conditional below. - # If you do not wish to use GitHub Pages for deploying documentation, then - # simply delete this job similarly to the coverage one. if: github.ref == 'refs/heads/main' && github.event_name == 'push' - && github.repository_owner == '' - && false + && github.repository_owner == 'YaZasnyal' steps: - uses: actions/checkout@v2