Skip to content

Commit 8224cf5

Browse files
committed
Fix docs deploy
1 parent 9228293 commit 8224cf5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ jobs:
2424
submodules: recursive
2525

2626
- name: Doxygen Action
27-
uses: mattnotmitt/doxygen-action@edge
27+
uses: mattnotmitt/doxygen-action@v1.12
2828
with:
2929
doxyfile-path: "Doxyfile"
3030
working-directory: "doc"
3131

3232
- name: Add .nojekyll
33-
run: sudo touch ./build-doc/html/.nojekyll
33+
run: sudo touch build-doc/html/.nojekyll
3434

3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v1
36+
uses: actions/upload-pages-artifact@v3
3737
with:
38-
path: ./build-doc/html
38+
path: build-doc/html
3939

4040
deploy:
4141
environment:
@@ -46,4 +46,4 @@ jobs:
4646
steps:
4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@v2
49+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)