Skip to content

Commit 45febb9

Browse files
committed
Update ExportNotebooks.yml
1 parent 28693ea commit 45febb9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ExportNotebooks.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
ref: Fall23-output
4444

4545
- name: 🪴 Generate site
46-
run: julia --project=pluto-deployment-environment -e '
47-
import Pkg;
48-
Pkg.instantiate();
46+
run: |
47+
julia --project=pluto-deployment-environment -e '
48+
import Pkg
49+
Pkg.instantiate()
4950
5051
include("./generate.jl")'
5152

0 commit comments

Comments
 (0)