Skip to content

Commit

Permalink
Update main.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad committed Sep 18, 2024
1 parent 4485acb commit d8b0c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- name: Render
run: |
# julia -e 'using Pkg; Pkg.add("IJulia"); using IJulia; installkernel("Julia nodeps", "–depwarn=no"); using Pkg; Pkg.add("Revise")'
julia -e 'using Pkg; Pkg.add("IJulia"); using IJulia; installkernel("Julia nodeps", "–depwarn=no"); using Pkg; Pkg.add("Revise")'
quarto check jupyter
quarto render
ls docs
Expand Down

0 comments on commit d8b0c65

Please sign in to comment.