Document flags for installing dependencies in CI

This commit is contained in:
Cadence Ember 2022-09-06 00:31:05 +12:00
parent 94da99ea5d
commit f6693f9db8
Signed by: cadence
GPG Key ID: BC1C2C61CF521B17
2 changed files with 23 additions and 0 deletions

View File

@ -67,6 +67,27 @@ h5 {
padding-left: 8px;
}
.block-note {
background-color: #e1e1e1;
position: relative;
margin: 0;
padding: 8px 8px 8px 40px;
}
.block-note::before {
content: "🛈";
position: absolute;
top: 0;
bottom: 0;
width: 0;
left: 20px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}
.block-note p {
margin: 0;
}
@media (max-width: 600px) {
body {

View File

@ -101,6 +101,8 @@ This method is recommended for people who want to edit the source code, or for p
@item{Run @code{raco pkg install --auto --skip-installed} in the repository to install dependencies.}
]
@nested[#:style (style "block-note" null)]{If building in an automated environment, like CI, use the flags @code{--batch --auto --no-docs --skip-installed}.}
Now you can start BreezeWiki using one of the following methods.
@itemlist[