Skip to content

Commit

Permalink
Fix colorless docs build logs
Browse files Browse the repository at this point in the history
  • Loading branch information
halleysfifthinc committed Aug 23, 2024
1 parent dcf1135 commit ff99131
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,18 @@ jobs:
version: '1'
- uses: julia-actions/cache@v1
- run: |
julia --color=auto --project=docs -e '
julia --color=yes --project=docs -e '
using Pkg
Pkg.Registry.update()
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()'
- run: |
julia --color=auto --project=docs -e '
julia --color=yes --project=docs -e '
using Documenter: DocMeta, doctest
using Peaks
DocMeta.setdocmeta!(Peaks, :DocTestSetup, :(using Peaks); recursive=true)
doctest(Peaks)'
- run: julia --color=auto --project=docs docs/make.jl
- run: julia --color=yes --project=docs docs/make.jl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit ff99131

Please sign in to comment.