Skip to content

Commit

Permalink
Update ExportNotebooks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Aug 10, 2024
1 parent 28693ea commit 45febb9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ExportNotebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ jobs:
ref: Fall23-output

- name: 🪴 Generate site
run: julia --project=pluto-deployment-environment -e '
import Pkg;
Pkg.instantiate();
run: |
julia --project=pluto-deployment-environment -e '
import Pkg
Pkg.instantiate()
include("./generate.jl")'
Expand Down

0 comments on commit 45febb9

Please sign in to comment.