Skip to content

Commit

Permalink
Changed ci for doxygen job
Browse files Browse the repository at this point in the history
  • Loading branch information
YaZasnyal committed Jul 18, 2022
1 parent 9fcf6b4 commit 40df4dd
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <name> 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 == '<name>'
&& false
&& github.repository_owner == 'YaZasnyal'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 40df4dd

Please sign in to comment.