Skip to content

Commit

Permalink
added env point to doxygen file
Browse files Browse the repository at this point in the history
  • Loading branch information
petschau committed Nov 26, 2024
1 parent b5661ab commit 798ce22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
branches: ["master"]

env:
FELLOW_DOXYGEN_FILE_PATH: fellow/doxygen/Doxyfile

jobs:
generate-docs:
runs-on: ubuntu-latest
Expand All @@ -21,4 +24,4 @@ jobs:

# Step 3: Generate Doxygen Documentation
- name: Generate Doxygen documentation
run: doxygen Doxyfile
run: doxygen ${{env.FELLOW_DOXYGEN_FILE_PATH}}
6 changes: 3 additions & 3 deletions .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: MSBuild

on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
branches: ["temporarily-disable"]
# pull_request:
# branches: ["master"]

env:
# Configuration type to build.
Expand Down

0 comments on commit 798ce22

Please sign in to comment.