We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9228293 commit 8224cf5Copy full SHA for 8224cf5
.github/workflows/deploy-docs.yml
@@ -24,18 +24,18 @@ jobs:
24
submodules: recursive
25
26
- name: Doxygen Action
27
- uses: mattnotmitt/doxygen-action@edge
+ uses: mattnotmitt/doxygen-action@v1.12
28
with:
29
doxyfile-path: "Doxyfile"
30
working-directory: "doc"
31
32
- name: Add .nojekyll
33
- run: sudo touch ./build-doc/html/.nojekyll
+ run: sudo touch build-doc/html/.nojekyll
34
35
- name: Upload artifact
36
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
37
38
- path: ./build-doc/html
+ path: build-doc/html
39
40
deploy:
41
environment:
@@ -46,4 +46,4 @@ jobs:
46
steps:
47
- name: Deploy to GitHub Pages
48
id: deployment
49
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v4
0 commit comments