Skip to content

Commit a29e9ba

Browse files
committed
Updated make.jl amd ci.yml
1 parent 38b9682 commit a29e9ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
using Documenter: doctest
6666
using JuliaCourseFNSPE
6767
doctest(JuliaCourseFNSPE)'
68-
- run: julia --project=docs docs/make.jl
68+
- run: julia --project=docs --color=yes docs/make.jl
6969
env:
7070
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

docs/make.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ makedocs(;
129129
prettyurls = get(ENV, "CI", "false") == "true",
130130
collapselevel = 1,
131131
assets = ["assets/favicon.ico"],
132+
ansicolor = true,
132133
),
133134
pages = [
134135
"Home" => "index.md",

0 commit comments

Comments
 (0)