Skip to content

Commit

Permalink
arghh
Browse files Browse the repository at this point in the history
  • Loading branch information
KSkwarczynski committed Nov 1, 2024
1 parent cd0af71 commit f5e41db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,16 @@ jobs:
- uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
folder: Doc/html/*
folder: Doc/html
branch: gh-pages
config_file: Doc/Doxyfile

- name: Upload Doxygen Artifact
uses: actions/upload-artifact@v4
with:
retention-days: 1
name: DoxygenHTML
path: Doc/html
path: Doc/html/*

Sphinx:
# The type of runner that the job will run on
Expand Down

0 comments on commit f5e41db

Please sign in to comment.