Skip to content

Commit

Permalink
fix: doxygen path
Browse files Browse the repository at this point in the history
  • Loading branch information
guinpen98 committed Jan 10, 2024
1 parent e744ae6 commit 6bb0678
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/generate-doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

env:
DOXYGEN_DOCS: ${{github.workspace}}/Documents/Doxygen

jobs:
build:
runs-on: ubuntu-20.04
Expand All @@ -18,11 +21,11 @@ jobs:

- name: Generate Documentation
run: |
cd ${{github.workspace}}/Document/Doxygen
cd $DOXYGEN_DOCS
doxygen Doxyfile
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: ${{github.workspace}}/Document/Doxygen/html
folder: $DOXYGEN_DOCS/html

0 comments on commit 6bb0678

Please sign in to comment.