From 34ee4ebf49d20d0fda6d89ebdd1f4f8750944228 Mon Sep 17 00:00:00 2001 From: Int-Circuit Date: Tue, 1 Apr 2025 01:05:19 +0200 Subject: [PATCH] added aterfact upload --- .github/workflows/auto-doxygen.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-doxygen.yml b/.github/workflows/auto-doxygen.yml index 3657d2540..1a4188039 100644 --- a/.github/workflows/auto-doxygen.yml +++ b/.github/workflows/auto-doxygen.yml @@ -1,5 +1,4 @@ -name: Build edge .deb package - +name: Auto-build doxygen docs on: push: branches: @@ -18,3 +17,7 @@ jobs: run: | sudo apt install doxygen -y doxygen Doxyfile + - uses: actions/upload-artifact@v4 + with: + name: HTML_doxygen + path: qelectrotech-source-mirror/doc/ \ No newline at end of file