Skip to content

Commit d1238b6

Browse files
authored
add CI=true note
1 parent 56dfcca commit d1238b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ The new documentation files will be pushed to the [`gh-pages`](https://github.co
99

1010
## Building the docs
1111

12-
With proper dependencies installed, run `GKSwstype=nul julia --project=docs/ docs/make.jl`.
12+
With proper dependencies installed, run `GKSwstype=nul CI=true julia --project=docs docs/make.jl`.
13+
Setting the environment variable `CI=true` is optional, but this will be closer to the remote docs building process.
1314

1415
## Contributing demos
1516

0 commit comments

Comments
 (0)