mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-23 21:29:58 +01:00
added aterfact upload
This commit is contained in:
7
.github/workflows/auto-doxygen.yml
vendored
7
.github/workflows/auto-doxygen.yml
vendored
@@ -1,5 +1,4 @@
|
|||||||
name: Build edge .deb package
|
name: Auto-build doxygen docs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@@ -18,3 +17,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt install doxygen -y
|
sudo apt install doxygen -y
|
||||||
doxygen Doxyfile
|
doxygen Doxyfile
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: HTML_doxygen
|
||||||
|
path: qelectrotech-source-mirror/doc/
|
||||||
Reference in New Issue
Block a user