Skip to content

Commit d1cad1e

Browse files
committed
restore "make site", but put it last
1 parent e967135 commit d1cad1e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,14 @@ After those dependencies are installed, build the .qmd files for Shiny, using qu
1818
make quartodoc
1919
```
2020

21-
Alternatively, running `make serve` will build the docs, and serve them locally, and watch for changes to the .qmd files:
21+
Then you can build the docs, and serve them locally, and watch for changes to the .qmd files:
2222

2323
```bash
2424
make serve
2525
```
26+
27+
Alternatively, build the site just once:
28+
29+
```bash
30+
make site
31+
```

0 commit comments

Comments
 (0)