We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CI=true
1 parent 56dfcca commit d1238b6Copy full SHA for d1238b6
README.md
@@ -9,7 +9,8 @@ The new documentation files will be pushed to the [`gh-pages`](https://github.co
9
10
## Building the docs
11
12
-With proper dependencies installed, run `GKSwstype=nul julia --project=docs/ docs/make.jl`.
+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.
14
15
## Contributing demos
16
0 commit comments