Skip to content

Commit dfb795e

Browse files
committed
okay this SHOULD produce a working build
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 3ce9bb4 commit dfb795e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,9 @@ jobs:
108108
- name: Create docs archives
109109
working-directory: /tmp/docs
110110
run: |
111-
ls -R docs-c
112-
exit 1
111+
cd docs-c
112+
zip -r ../PebbleSDK-4.3_docs.zip {aplite,basalt}/doxygen_sdk
113+
cd ..
113114
114115
mv docs-android javadoc
115116
zip -r pebblekit_android_4.0.1.zip javadoc

0 commit comments

Comments
 (0)