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 c965650 commit 66720ccCopy full SHA for 66720cc
.github/workflows/Documentation.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: BuildAndDeploy
42
env:
43
# https://juliadocs.github.io/Documenter.jl/stable/man/hosting/#Authentication:-GITHUB_TOKEN
44
-# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # for previews
45
ssh: ${{ secrets.DOCUMENTER_KEY }}
46
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
47
run: julia --project=docs/ docs/make.jl
docs/lit/mri/99-varpro1.jl
@@ -452,4 +452,4 @@ Biexponential case:
452
- Newton's method?
453
=#
454
455
-include("../../../inc/reproduce.jl")
+include("../../inc/reproduce.jl")
0 commit comments