Skip to content

Commit 56e779f

Browse files
Konstantin PavlovKonstantin Pavlov
Konstantin Pavlov
authored and
Konstantin Pavlov
committed
skip apidocs for samples
1 parent fa615c2 commit 56e779f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Generate Dokka Site
3434
run: |-
35-
mvn dokka:dokka -pl !reports && \
35+
mvn dokka:dokka -pl !reports,!samples && \
3636
mkdir -p target/docs/ && \
3737
cp -R langchain4j-kotlin/target/dokka target/docs/api
3838

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ build:
22
mvn clean verify site
33

44
apidocs:
5-
mvn clean dokka:dokka -pl !reports && \
5+
mvn clean dokka:dokka -pl !reports,!samples && \
66
mkdir -p target/docs && \
77
cp -R langchain4j-kotlin/target/dokka target/docs/api
88

0 commit comments

Comments
 (0)