mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 09:08:30 +00:00
Use newer actions in doxygen build
This commit is contained in:
4
.github/workflows/doxygen.yml
vendored
4
.github/workflows/doxygen.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Prepare Doxyfile
|
- name: Prepare Doxyfile
|
||||||
run: |
|
run: |
|
||||||
@@ -23,7 +23,7 @@ jobs:
|
|||||||
-i Doxyfile
|
-i Doxyfile
|
||||||
|
|
||||||
- name: Doxygen documentation generation
|
- name: Doxygen documentation generation
|
||||||
uses: mattnotmitt/doxygen-action@v1
|
uses: mattnotmitt/doxygen-action@v1.9.5
|
||||||
|
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
Reference in New Issue
Block a user