Skip to content

Commit ad8344f

Browse files
committed
TEMPORARY HACK: TI's cgit is down and we really need to deploy. revert this asap
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 5cfae06 commit ad8344f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
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
@@ -87,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)