File tree Expand file tree Collapse file tree 4 files changed +14
-1868
lines changed Expand file tree Collapse file tree 4 files changed +14
-1868
lines changed Original file line number Diff line number Diff line change @@ -59,17 +59,19 @@ jobs:
5959 name : Documentation
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@v3
63- - uses : julia-actions/setup-julia@v1
62+ - uses : actions/checkout@v5
63+ - uses : julia-actions/setup-julia@v2
6464 with :
6565 version : ' 1'
66- - run : |
67- julia --project=docs -e '
68- import Pkg; Pkg.add("Documenter")
69- using Pkg
70- Pkg.develop(PackageSpec(path=pwd()))
71- Pkg.instantiate()'
72- - run : julia --project=docs docs/make.jl
66+ - uses : julia-actions/cache@v2
67+ - name : Configure doc environment
68+ shell : julia --project=docs --color=yes {0}
69+ run : |
70+ using Pkg
71+ Pkg.develop(PackageSpec(path=pwd()))
72+ Pkg.instantiate()
73+ - uses : julia-actions/julia-buildpkg@v1
74+ - uses : julia-actions/julia-docdeploy@v1
7375 env :
7476 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
75- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
77+ DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
Original file line number Diff line number Diff line change 1414 # This should be the path to the paper within your repo.
1515 paper-path : paper.md
1616 - name : Upload
17- uses : actions/upload-artifact@v4
17+ uses : actions/upload-artifact@v5
1818 with :
1919 name : paper
2020 # This is the output path where Pandoc will write the compiled
Original file line number Diff line number Diff line change 11/Manifest.toml
22docs /build /
3+ docs /Manifest.toml
34.DS_STORE
You can’t perform that action at this time.
0 commit comments