We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a3ff02 commit 05aeef5Copy full SHA for 05aeef5
.ldrelease/linux-build-docs.sh renamed to .ldrelease/build-docs.sh
@@ -4,14 +4,8 @@ set -e
4
5
# This only runs in the Linux build, since the docs are the same for all platforms.
6
7
-PROJECT_DIR=$(pwd)
8
-
9
mkdir tmp
10
cp launchdarkly-server-sdk.c tmp/
11
cp launchdarkly-server-sdk-redis.c tmp/
12
13
-ldoc tmp
14
15
-mkdir -p $PROJECT_DIR/artifacts
16
-cd $PROJECT_DIR/doc
17
-zip -r $PROJECT_DIR/artifacts/docs.zip *
+ldoc -d ${LD_RELEASE_DOCS_DIR} tmp
.ldrelease/config.yml
@@ -5,8 +5,7 @@ repo:
private: lua-server-sdk-private
jobs:
-- circleCI:
- linux:
+ - docker:
image: ubuntu:18.04
documentation:
.ldrelease/linux-prepare.sh renamed to .ldrelease/prepare.sh
0 commit comments