mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-22 01:05:17 +00:00
actions: Fix actions hopefully again
This commit is contained in:
parent
982e5c2825
commit
7bf7b4039a
2
.github/workflows/doxygen.yaml
vendored
2
.github/workflows/doxygen.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- name: Install the doxyqml filter
|
- name: Install the doxyqml filter
|
||||||
run: pip install doxyqml
|
run: pip install doxyqml
|
||||||
- name: Doxygen
|
- name: Doxygen
|
||||||
uses: uses: mattnotmitt/doxygen-action@v1.9.5
|
uses: mattnotmitt/doxygen-action@v1.9.5
|
||||||
- name: Upload GitHub pages artifact
|
- name: Upload GitHub pages artifact
|
||||||
uses: "actions/upload-pages-artifact@v2"
|
uses: "actions/upload-pages-artifact@v2"
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue