File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 with :
2121 version : ' 1.12'
2222 - uses : julia-actions/cache@v3
23+ - name : Copy strict branch src over usage branch's (remove after merge)
24+ run : |
25+ git clone --branch strict https://github.com/JuliaAstro/ASDF.jl $RUNNER_TEMP/asdf-strict
26+ cp -r $RUNNER_TEMP/asdf-strict/src/* src/
27+ - name : Instantiate docs environment
28+ run : julia --project=docs -e 'using Pkg; Pkg.instantiate()'
2329 - name : Build and deploy
2430 uses : julia-actions/julia-docdeploy@v1
31+ with :
32+ install-package : false
2533 env :
2634 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
2735 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
Original file line number Diff line number Diff line change 11[deps ]
22ASDF = " 686f71d1-807d-59a4-a860-28280ea06d7b"
33Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
4+ Downloads = " f43a241f-c20a-4ad4-852c-f6b1247861c6"
45
56[compat ]
67Documenter = " 1"
You can’t perform that action at this time.
0 commit comments