Skip to content

Commit

Permalink
new try
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMaincon committed Dec 9, 2024
1 parent 4f59382 commit fa3c31f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: CI
on:
pull_request
- pull_request
push:
branches:
- main
Expand Down
2 changes: 0 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fa3c31f

Please sign in to comment.