Skip to content

Commit a15788e

Browse files
committed
wip
1 parent aa81268 commit a15788e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
pip install -r requirements.txt
4444
cp scripts/build-docs.sh .
4545
cp scripts/doxygen_prep.sh .
46-
./build-docs.sh
46+
47+
# ./build-docs.sh
4748

4849
# tmate can be used to get an interactive ssh session to the GitHub runner
4950
# for debugging actions. See

0 commit comments

Comments
 (0)