Skip to content

Commit 0c7429a

Browse files
committed
hold on no. different approach
Signed-off-by: Ruby Iris Juric <[email protected]>
1 parent 64bac6c commit 0c7429a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,12 @@ jobs:
6565
working-directory: PebbleKit
6666
run: |
6767
./gradlew releaseJavadoc
68-
cd PebbleKit/build/docs
69-
zip -r pebblekit_android_4.0.1.zip javadoc
7068
7169
- name: Publish docs artifact
7270
uses: actions/upload-artifact@v4
7371
with:
7472
name: docs-android
75-
path: PebbleKit/PebbleKit/build/docs/pebblekit_android_4.0.1.zip
73+
path: PebbleKit/PebbleKit/build/docs/javadoc
7674

7775
# TODO: maybe fork into pebble-dev, build there, and publish releases?
7876
gendocs-ios:
@@ -84,21 +82,16 @@ jobs:
8482
with:
8583
repository: pebble/pebble-ios-sdk
8684

87-
- name: Generate documentation
88-
working-directory: PebbleKit-iOS.docset/Contents/Resources/Documents
89-
run: |
90-
zip -r pebblekit_ios_4.0.0.zip *
91-
9285
- name: Publish docs artifact
9386
uses: actions/upload-artifact@v4
9487
with:
9588
name: docs-ios
96-
path: PebbleKit-iOS.docset/Contents/Resources/Documents/pebblekit_ios_4.0.0.zip
89+
path: PebbleKit-iOS.docset/Contents/Resources/Documents
9790

9891
build:
9992
runs-on: ubuntu-24.04
10093
needs:
101-
- gendocs-c
94+
# - gendocs-c
10295
- gendocs-android
10396
- gendocs-ios
10497

@@ -112,6 +105,12 @@ jobs:
112105
pattern: docs-*
113106
path: /tmp/docs
114107

108+
- name: Create docs archives
109+
working_directory: /tmp/docs
110+
run: |
111+
ls -la
112+
exit 1
113+
115114
- name: Setup Ruby
116115
uses: ruby/setup-ruby@v1
117116
with:

0 commit comments

Comments
 (0)