Skip to content

Commit eff138b

Browse files
authored
Update docs.yml to build docs with --color (#628)
1 parent b20d099 commit eff138b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
3939
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
40-
run: julia --project=docs/ docs/make.jl
40+
run: julia --color=yes --project=docs/ docs/make.jl
4141
- uses: errata-ai/vale-action@reviewdog
4242
with:
4343
version: 3.0.5

0 commit comments

Comments
 (0)