mirror of
https://github.com/ldericher/autodoc.git
synced 2025-12-06 15:43:01 +00:00
Merge branch 'release/0.8.1'
This commit is contained in:
commit
a0ee58674a
3 changed files with 4 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ steps:
|
||||||
password:
|
password:
|
||||||
from_secret: DOCKER_PASSWORD
|
from_secret: DOCKER_PASSWORD
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
auto_tag_suffix: -diagram
|
auto_tag_suffix: diagram
|
||||||
dockerfile: Dockerfile.ubuntu
|
dockerfile: Dockerfile.ubuntu
|
||||||
target: stage-diagram
|
target: stage-diagram
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@ RUN set -ex; \
|
||||||
kpfonts \
|
kpfonts \
|
||||||
lastpage \
|
lastpage \
|
||||||
latexmk \
|
latexmk \
|
||||||
|
twemojis \
|
||||||
;
|
;
|
||||||
|
|
||||||
COPY src/usr /usr
|
COPY src/usr /usr
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@ RUN set -ex; \
|
||||||
kpfonts \
|
kpfonts \
|
||||||
lastpage \
|
lastpage \
|
||||||
latexmk \
|
latexmk \
|
||||||
|
twemojis \
|
||||||
;
|
;
|
||||||
|
|
||||||
COPY src/usr /usr
|
COPY src/usr /usr
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue