Skip to content

Commit ef137de

Browse files
committed
i just want it to work first try
1 parent 8561869 commit ef137de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ jobs:
4646
- name: Run LDoc
4747
run: |
4848
cd build
49-
make ldoc
49+
make ldoc BUILD_TESTS="FALSE" BUILD_EXAMPLES="FALSE"
5050
sudo mv ldoc_output ../_site/ldoc
5151
#Doxygen build
5252
- name: Run Doxygen
5353
run: |
5454
cd build
55-
make doxygen
55+
make doxygen BUILD_TESTS="FALSE" BUILD_EXAMPLES="FALSE"
5656
sudo mv doxygen ../_site
5757
- name: Upload artifact
5858
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)