Skip to content

Commit 4e051bf

Browse files
committed
disabled gist javadoc embedding because requests were being blocked
1 parent 287df90 commit 4e051bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
mkdir -p build/tempJavaSources
5454
mkdir -p dist
5555
mkdir -p dist/javadoc
56-
wget https://github.com/codenameone/JavaDocSourceEmbed/releases/download/refs%2Fheads%2Fmaster/JavaDocSourceEmbed-1.0-SNAPSHOT.jar
57-
java -jar JavaDocSourceEmbed-1.0-SNAPSHOT.jar src build/tempJavaSources
56+
# Skip JavaDocSourceEmbed due to gist access issues in CI
57+
cp -r src/* build/tempJavaSources/
5858
find build/tempJavaSources ../Ports/CLDC11/src -name "*.java" | /usr/bin/grep -v /impl/ | /usr/bin/xargs javadoc --allow-script-in-comments -protected -d dist/javadoc -windowtitle "Codename One API" || true
5959
cd dist/javadoc
6060
zip -r ../../javadocs.zip *

0 commit comments

Comments
 (0)