added correct path for dox build

switch to docker action

return to binary package

dummy commit for pages
This commit is contained in:
Int-Circuit
2025-04-01 17:40:15 +02:00
parent bd5f4f4f96
commit 70dbc9cbad

View File

@@ -20,7 +20,8 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: HTML_doxygen
path: qelectrotech-source-mirror/doc/html/
path: ${{ github.workspace }}/doc/html/
deploy:
# Add a dependency to the build job
@@ -42,3 +43,5 @@ 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