Skip to content

Commit fe41561

Browse files
committed
Testing docs deployment workflow
1 parent f48bd25 commit fe41561

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build_docs.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,13 @@ jobs:
3838
run: |
3939
cd docs
4040
doxygen Doxyfile
41-
41+
42+
- name: Setup Pages
43+
uses: actions/configure-pages@v5
44+
4245
- name: Upload Docs
43-
uses: actions/upload-artifact@v2
46+
uses: actions/upload-pages-artifact@v3
4447
with:
45-
name: docs
4648
path: docs/html
4749

4850
- name: Deploy Docs

0 commit comments

Comments
 (0)