Skip to content

Commit

Permalink
try documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMaincon committed Jan 2, 2025
1 parent 6b02106 commit 0fecb95
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
branches:
- main
- dev
- doc
# - doc
tags: '*'
pull_request:
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- main
- dev
# - doc
- doc
tags: '*'
pull_request:

Expand Down
5 changes: 3 additions & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit 0fecb95

Please sign in to comment.