File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,6 @@ COPY linode-docs.postinst .
13
13
COPY linode-logo.svg .
14
14
COPY redoc.standalone.js .
15
15
COPY favicon.ico .
16
+ COPY changelog/ .
16
17
17
18
CMD ["python" , "openapi-linter.py" , "openapi.yaml" ]
Original file line number Diff line number Diff line change @@ -35,7 +35,8 @@ fpm -s dir -t deb -n "${pkg_name}" -v "${version_number}" --iteration "${version
35
35
-a all --prefix /usr/share/linode-docs/templates/ \
36
36
--after-install linode-docs.postinst \
37
37
--replaces " ${replaces} " -- \
38
- index.html openapi.yaml style.css linode-logo.svg redoc.standalone.js favicon.ico
38
+ index.html openapi.yaml style.css linode-logo.svg redoc.standalone.js \
39
+ favicon.ico changelog/index.html changelog/changelog-style.css
39
40
40
41
outfile=" $( ls -t ${pkg_name} * _all.deb | head -1) "
41
42
sha1=$( sha1sum ${outfile} )
You can’t perform that action at this time.
0 commit comments