File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 88jobs :
99 # TODO: build these docs in pebble-dev/pebble-firmware, and publish in releases
1010 gendocs-c :
11+ if : false
1112 runs-on : ubuntu-24.04
1213 container :
1314 image : ghcr.io/pebble-dev/pebbleos-docker:main
8788 build :
8889 runs-on : ubuntu-24.04
8990 needs :
90- - gendocs-c
91+ # - gendocs-c
9192 - gendocs-android
9293 - gendocs-ios
9394
@@ -104,9 +105,11 @@ jobs:
104105 - name : Create docs archives
105106 working-directory : /tmp/docs
106107 run : |
107- cd docs-c
108- zip -r ../PebbleSDK-4.3_docs.zip {aplite,basalt}/doxygen_sdk
109- cd ..
108+ # cd docs-c
109+ # zip -r ../PebbleSDK-4.3_docs.zip {aplite,basalt}/doxygen_sdk
110+ # cd ..
111+ wget https://thislink.isincredibly.gay/docs-c.zip
112+ mv docs-c.zip PebbleSDK-4.3_docs.zip
110113
111114 mv docs-android javadoc
112115 zip -r pebblekit_android_4.0.1.zip javadoc
You can’t perform that action at this time.
0 commit comments