Skip to content

Commit

Permalink
Merge pull request #98 from cinnabar-engine/feature/fix-docs
Browse files Browse the repository at this point in the history
Update Doxygen.yml
  • Loading branch information
tumble1999 authored Sep 20, 2021
2 parents 8e9f650 + bb35d75 commit 974b84e
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/Doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Documentation Generation
on:
push:
branches:
- develop
- 'develop'
pull_request:
branches:
- 'develop'
jobs:
Doxygen:
runs-on: ubuntu-latest
Expand All @@ -12,17 +15,6 @@ jobs:
- name: Prepare docs
run: |
mkdir -p build/docs
# - name: Install Doxygen
# run: |
# cd /tmp
# git clone https://github.com/doxygen/doxygen.git
# cd doxygen
# mkdir build
# cd build
# cmake ..
# make
# sudo make install
# doxygen --version
- name: "Generate Documentation"
uses: mattnotmitt/doxygen-action@v1
with:
Expand Down

0 comments on commit 974b84e

Please sign in to comment.