Skip to content

Commit 5b72d5b

Browse files
committed
ci: Do not upload API documentation
1 parent ef61aac commit 5b72d5b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build-api-docs.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,3 @@ jobs:
1818
- run: mkdir build
1919
- name: Build Doxygen documentation
2020
uses: mattnotmitt/[email protected]
21-
- name: Upload documentation
22-
if: contains( github.ref_name, "release" )
23-
uses: actions/upload-artifact@v3
24-
with:
25-
name: api-documentation
26-
path: build/doxygen/html/

0 commit comments

Comments
 (0)