8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcb99b commit d4a0abdCopy full SHA for d4a0abd
.github/workflows/docs.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v1
10
- name: Doxygen Action
11
- uses: mattnotmitt/doxygen-action@1.9.4
+ uses: mattnotmitt/doxygen-action@1.12.0
12
with:
13
working-directory: "doc/"
14
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Upload artifact
21
# Automatically uploads an artifact from the './_site' directory by default
22
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
23
24
path: doc/build/html/
25
@@ -37,4 +37,4 @@ jobs:
37
38
- name: Deploy to GitHub Pages
39
id: deployment
40
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments