We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9995ee9 + 8bec6bd commit c0d1858Copy full SHA for c0d1858
Makefile
@@ -1,8 +1,6 @@
1
JULIA:=julia
2
QUARTO:=quarto
3
4
-include _environment
5
-
6
default: help
7
8
render:
README.md
@@ -24,7 +24,7 @@ make render
24
```
25
or
26
```shell
27
-source _environment
+set -a && source _environment && set +a # Load the environment variables
28
julia --project=@. -e 'import Pkg; Pkg.resolve();'
29
quarto render
30
0 commit comments