mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +00:00
docs: replace absolute paths by relative
This way, Doxygen also works in GitHub actions
This commit is contained in:
parent
fbe8f5631c
commit
19efba457c
3 changed files with 8 additions and 6 deletions
4
.github/workflows/doxygen.yaml
vendored
4
.github/workflows/doxygen.yaml
vendored
|
@ -15,12 +15,14 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true
|
||||
- name: Configure pages
|
||||
uses: actions/configure-pages@v3
|
||||
- name: Install the doxyqml filter
|
||||
run: pip install doxyqml
|
||||
- name: Doxygen
|
||||
uses: mattnotmitt/doxygen-action@v1.9.5
|
||||
uses: mattnotmitt/doxygen-action@edge
|
||||
- name: Upload GitHub pages artifact
|
||||
uses: "actions/upload-pages-artifact@v2"
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue