Skip to content

Commit 517eeed

Browse files
Fix doc generation github actions (#19)
* Use upload-artifacts@v3 instead of v2 which is deprecated
2 parents bf0443f + 7dd2fda commit 517eeed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
mv _site/group__uprofile.html _site/index.html
2222
name: Generate doc
2323
- name: Upload Pages artifact
24-
uses: actions/upload-pages-artifact@v2
24+
uses: actions/upload-pages-artifact@v3
2525
- name: Deploy to GitHub Pages
26-
uses: actions/deploy-pages@v2
26+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)