mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-14 02:39:59 +01:00
added correct path for dox build
switch to docker action return to binary package dummy commit for pages
This commit is contained in:
5
.github/workflows/auto-doxygen.yml
vendored
5
.github/workflows/auto-doxygen.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user