Skip to content

Commit

Permalink
Add documentation publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarfovich committed Jul 31, 2024
1 parent 25017ef commit a328957
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/HW4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,9 @@ jobs:
enable_jekyll: false
allow_empty_commit: false
force_orphan: true
publish_branch: gh-pages
publish_branch: gh-pages

- name: Publish Doxygen documentation
uses: DenverCoder1/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#Submodules
Submodules/

[Dd]oc/
.vscode
# Build results
[Bb]uild*/
Expand Down

0 comments on commit a328957

Please sign in to comment.