1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2024-05-16 19:12:43 +00:00

actions: Hopefully fix actions

This commit is contained in:
Chris Josten 2024-04-27 23:19:57 +02:00
parent 0329f31db0
commit 982e5c2825

View file

@ -16,11 +16,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
uses: actions/configure-pages@v3
- uses: actions/setup-python@v5
- name: Add python
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
- run: pip install doxyqml
- name: Install the doxyqml filter
run: pip install doxyqml
- name: Doxygen
uses: uses: mattnotmitt/doxygen-action@v1.9.5
- name: Upload GitHub pages artifact