We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2af224 commit 6c7cb99Copy full SHA for 6c7cb99
.github/workflows/CI.yml
@@ -50,14 +50,8 @@ jobs:
50
- uses: julia-actions/julia-buildpkg@v1
51
- name: Install docs dependencies
52
run: julia --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
53
- - name: Run doctests
54
- run: |
55
- julia --project=docs -e '
56
- using Documenter: DocMeta, doctest
57
- using FLOWFarm
58
- DocMeta.setdocmeta!(FLOWFarm, :DocTestSetup, :(using FLOWFarm); recursive=true)
59
- doctest(FLOWFarm)'
60
- - uses: julia-actions/julia-docdeploy@v1
+ - name: Build and deploy docs
+ run: julia --project=docs docs/make.jl
61
env:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments