mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
Merge branch 'main' into autogen_instance_data
This commit is contained in:
commit
2ef6156893
3 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ COPY lemmy-docs ./lemmy-docs
|
||||||
RUN mdbook build lemmy-docs -d ../docs
|
RUN mdbook build lemmy-docs -d ../docs
|
||||||
|
|
||||||
# Build the asyncapi API docs
|
# Build the asyncapi API docs
|
||||||
FROM asyncapi/generator:1.7.0 as api
|
FROM asyncapi/generator:1.8.0 as api
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY src/assets/scripts/asyncapi.yaml ./
|
COPY src/assets/scripts/asyncapi.yaml ./
|
||||||
RUN ag -o ./api ./asyncapi.yaml @asyncapi/html-template --force-write
|
RUN ag -o ./api ./asyncapi.yaml @asyncapi/html-template --force-write
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f04d6079b44ebf521607353bdfc7c12b3e6f169c
|
Subproject commit 2f55f8dc7a4da3aa7e73e3961a2b963446feb091
|
|
@ -1 +1 @@
|
||||||
Subproject commit 95031c483d9b744a596442a1065a49c16bcab888
|
Subproject commit 98cf34ba2c68e112ac7f685395d57632acb9be74
|
Loading…
Reference in a new issue