mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2024-11-16 06:25:18 +00:00
actions: Hopefully fix actions
This commit is contained in:
parent
0329f31db0
commit
982e5c2825
6
.github/workflows/doxygen.yaml
vendored
6
.github/workflows/doxygen.yaml
vendored
|
@ -16,11 +16,13 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
uses: actions/configure-pages@v3
|
uses: actions/configure-pages@v3
|
||||||
- uses: actions/setup-python@v5
|
- name: Add python
|
||||||
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
cache: 'pip' # caching pip dependencies
|
cache: 'pip' # caching pip dependencies
|
||||||
- run: pip install doxyqml
|
- name: Install the doxyqml filter
|
||||||
|
run: pip install doxyqml
|
||||||
- name: Doxygen
|
- name: Doxygen
|
||||||
uses: uses: mattnotmitt/doxygen-action@v1.9.5
|
uses: uses: mattnotmitt/doxygen-action@v1.9.5
|
||||||
- name: Upload GitHub pages artifact
|
- name: Upload GitHub pages artifact
|
||||||
|
|
Loading…
Reference in a new issue