From fa3c31ffa63dd2b0ad4f22fedf633efb79bab430 Mon Sep 17 00:00:00 2001 From: Philippe Maincon Date: Mon, 9 Dec 2024 13:42:56 +0100 Subject: [PATCH] new try --- .github/workflows/ci.yml | 2 +- docs/make.jl | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd498d7..942f997 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: CI on: - pull_request + - pull_request push: branches: - main diff --git a/docs/make.jl b/docs/make.jl index d1eaa15..5771a74 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -31,8 +31,6 @@ end for ex ∈ examples Literate.markdown(joinpath(examplessrc,@sprintf("%s.jl",ex)), docsrc, - #execute=true, # execute the *.jl and put their output in the *.md files generated - #codefence= "````julia" => "````", # prevent execution of the code snippets included in the *.md file preprocess = replace_includes) end