swithced to upload-pages-artifact

fixed typo not fetching submodules + pointing to correct doxygen theme as changes to it are in repo

remove debug log
This commit is contained in:
Int-Circuit
2025-04-01 18:56:11 +02:00
parent 70dbc9cbad
commit bb74f822d7
3 changed files with 5 additions and 8367 deletions

View File

@@ -12,14 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: 'recurive'
submodules: 'recursive'
show-progress: ''
- name: Setup and run doxygen
run: sudo apt install doxygen graphviz -y
- name: Run doxygen
run: doxygen Doxyfile
- uses: actions/upload-artifact@v4
with:
name: HTML_doxygen
- uses: actions/upload-pages-artifact@v3
with:
path: ${{ github.workspace }}/doc/html/
@@ -43,5 +43,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
with:
artifact_name: HTML_doxygen

2
.gitmodules vendored
View File

@@ -10,4 +10,4 @@
[submodule "doxygen-awesome-css"]
path = doxygen-awesome-css
url = https://github.com/Int-Circuit/doxygen-awesome-css.git
url = https://github.com/jothepro/doxygen-awesome-css.git

8360
output.txt

File diff suppressed because it is too large Load Diff