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 b20d099 commit eff138bCopy full SHA for eff138b
.github/workflows/docs.yml
@@ -37,7 +37,7 @@ jobs:
37
env:
38
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
39
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
40
- run: julia --project=docs/ docs/make.jl
+ run: julia --color=yes --project=docs/ docs/make.jl
41
- uses: errata-ai/vale-action@reviewdog
42
with:
43
version: 3.0.5
0 commit comments