mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-05 13:39:58 +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:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: 'recurive'
|
submodules: 'recursive'
|
||||||
|
show-progress: ''
|
||||||
- name: Setup and run doxygen
|
- name: Setup and run doxygen
|
||||||
run: sudo apt install doxygen graphviz -y
|
run: sudo apt install doxygen graphviz -y
|
||||||
- name: Run doxygen
|
- name: Run doxygen
|
||||||
run: doxygen Doxyfile
|
run: doxygen Doxyfile
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: HTML_doxygen
|
|
||||||
path: ${{ github.workspace }}/doc/html/
|
path: ${{ github.workspace }}/doc/html/
|
||||||
|
|
||||||
|
|
||||||
@@ -43,5 +43,3 @@ jobs:
|
|||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v4 # or specific "vX.X.X" version tag for this action
|
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"]
|
[submodule "doxygen-awesome-css"]
|
||||||
path = 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