We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b441cc7 commit 7290aafCopy full SHA for 7290aaf
.github/workflows/Documentation.yml
@@ -26,4 +26,4 @@ jobs:
26
env:
27
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
28
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
29
- run: julia --project=docs/ docs/make.jl
+ run: julia -t=auto --project=docs/ docs/make.jl
0 commit comments