Skip to content

Commit

Permalink
turn off caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahpslewis committed Feb 24, 2023
1 parent 592afe2 commit 5ace9a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
name: Render book to all formats
run: |
julia --project=docs setup_julia.jl
rm -rf /workspaces/esef-website/.jupyter_cache
quarto render docs
quarto render docs --no-cache
-
name: Deploy 🚀
if: github.event_name != 'pull_request'
Expand Down

0 comments on commit 5ace9a5

Please sign in to comment.