From 0fecb95a2860b5d79d3423f58b467432da382777 Mon Sep 17 00:00:00 2001 From: Philippe Maincon Date: Thu, 2 Jan 2025 15:54:31 +0100 Subject: [PATCH] try documentation.yml --- .github/workflows/ci.yml | 2 +- .github/workflows/documentation.yml | 2 +- test/runtests.jl | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c2e94c..173acfe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: branches: - main - dev - - doc + # - doc tags: '*' pull_request: env: diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index a17cd47..51eae48 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -7,7 +7,7 @@ on: branches: - main - dev - # - doc + - doc tags: '*' pull_request: diff --git a/test/runtests.jl b/test/runtests.jl index f87d331..b7c5eed 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -1,5 +1,6 @@ module Runtest - using Test,Literate, DocumenterCitations,Printf,Documenter,Muscade + using Test,Muscade + #using Literate, DocumenterCitations,Printf,Documenter @testset "Muscade.jl package" begin @testset "TestEspy" begin @@ -53,6 +54,6 @@ module Runtest @testset "TestFiniteDifferences" begin include("TestFiniteDifferences.jl") end - # doctest(Muscade) we do not use doctest, we run Literate.jl on mydemo.jl files that are included in a unit test file + # doctest(Muscade) # we do not use doctest, we run Literate.jl on mydemo.jl files that are included in a unit test file end end