Skip to content

Commit

Permalink
Update generate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Aug 10, 2024
1 parent b85b3a9 commit 8b2c2dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
${{ runner.os }}-dotjulia-v1-${{ hashFiles('**/Project.toml', '**/Manifest.toml') }}
- name: 🪴 Generate site
run: julia --project=pluto-deployment-environment -e '
run: |
julia --project=pluto-deployment-environment -e '
import Pkg
Pkg.instantiate()
import PlutoPages
Expand Down

0 comments on commit 8b2c2dc

Please sign in to comment.