forked from cadence/breezewiki-docs
Document flags for installing dependencies in CI
This commit is contained in:
parent
94da99ea5d
commit
f6693f9db8
2 changed files with 23 additions and 0 deletions
|
@ -67,6 +67,27 @@ h5 {
|
||||||
padding-left: 8px;
|
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) {
|
@media (max-width: 600px) {
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -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.}
|
@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.
|
Now you can start BreezeWiki using one of the following methods.
|
||||||
|
|
||||||
@itemlist[
|
@itemlist[
|
||||||
|
|
Loading…
Reference in a new issue