Use newer actions in doxygen build

This commit is contained in:
Wouter Wijsman
2023-06-23 22:30:39 +02:00
committed by GitHub
parent 7973cb9287
commit b6062edde3

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Prepare Doxyfile
run: |
@@ -23,7 +23,7 @@ jobs:
-i Doxyfile
- name: Doxygen documentation generation
uses: mattnotmitt/doxygen-action@v1
uses: mattnotmitt/doxygen-action@v1.9.5
- name: Deploy
uses: peaceiris/actions-gh-pages@v3