File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change 1- # [.github/workflows/Documentation.yml]
21name : Documentation
32
43on :
109
1110jobs :
1211 build :
13- runs-on : ubuntu-latest
14- steps :
15- - uses : actions/checkout@v4
16- - uses : julia-actions/setup-julia@latest
17- - uses : julia-actions/julia-buildpkg@latest
18- - name : Install dependencies
19- run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
20- - name : Build and deploy
21- env :
22- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
23- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
24- GKSwstype : 100 # To make GitHub Action work, disable showing a plot window with the GR backend of the Plots package
25- run : julia --project=docs/ -e 'ENV["GKSwstype"]="nul" ; include("docs/make.jl")'
12+ uses : control-toolbox/CTActions/.github/workflows/documentation.yml@main
You can’t perform that action at this time.
0 commit comments