We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92674ad commit fbdfc80Copy full SHA for fbdfc80
.github/workflows/CI.yml
@@ -54,7 +54,7 @@ jobs:
54
using Scientific_Programming_in_Julia
55
DocMeta.setdocmeta!(Scientific_Programming_in_Julia, :DocTestSetup, :(using Scientific_Programming_in_Julia); recursive=true)
56
doctest(Scientific_Programming_in_Julia)'
57
- - run: julia --project=docs docs/make.jl
+ - run: julia --project=docs --color=yes docs/make.jl
58
env:
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments