Skip to content

Commit

Permalink
issue #106 prepare doxygen for ghpages
Browse files Browse the repository at this point in the history
  • Loading branch information
tobexyz committed Mar 11, 2024
1 parent ccd967e commit feb9b22
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,17 @@ jobs:
uses: actions/jekyll-build-pages@v1
with:
source: ./docs
destination: ./_site
destination: ./docs/_site
- name: Doxygen Action
uses: mattnotmitt/[email protected]
with:
doxyfile-path: ./Doxyfile
working-directory: .
- name: Upload artifact
uses: actions/upload-artifact@v4
uses: actions/upload-pages-artifact@v3
with:
path: |
_site/
doxygen
path: ./docs/_site



# Deployment job
Expand All @@ -60,4 +59,5 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ PROJECT_LOGO =
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY = "./doxygen"
OUTPUT_DIRECTORY = "./docs/_site/doxygen"

# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
Expand Down

0 comments on commit feb9b22

Please sign in to comment.