1
0
Fork 0
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:
Chris Josten 2024-04-27 23:25:14 +02:00
parent fbe8f5631c
commit 19efba457c
3 changed files with 8 additions and 6 deletions

View file

@ -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: