mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-09 07:09:59 +01:00
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:
10
.github/workflows/auto-doxygen.yml
vendored
10
.github/workflows/auto-doxygen.yml
vendored
@@ -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
2
.gitmodules
vendored
@@ -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
8360
output.txt
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user