We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cf9ffe commit 2286675Copy full SHA for 2286675
.github/workflows/CI.yml
@@ -72,4 +72,4 @@ jobs:
72
env:
73
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
74
DOCUMENTER_KEY_CAM: ${{ secrets.DAMTP_DEPLOY_KEY }}
75
- run: julia --project=docs/ make.jl
+ run: julia --project=docs/ docs/make.jl
0 commit comments