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 a181b96 commit 82f8d16Copy full SHA for 82f8d16
.github/workflows/ci.yml
@@ -61,21 +61,3 @@ jobs:
61
- uses: julia-actions/julia-buildpkg@v1
62
- run: julia -e 'using Pkg; Pkg.add("Aqua")'
63
- run: julia --project=@. -e 'using Aqua, NestedSamplers; Aqua.test_all(NestedSamplers, ambiguities=false)'
64
- docs:
65
- name: Documentation
66
- runs-on: ubuntu-latest
67
- steps:
68
- - uses: actions/checkout@v2
69
- - uses: julia-actions/setup-julia@v1
70
- with:
71
- version: '1'
72
- - run: |
73
- julia --project=docs -e '
74
- using Pkg
75
- Pkg.develop(PackageSpec(path=pwd()))
76
- Pkg.instantiate()'
77
- - run: julia --project=docs docs/make.jl
78
- env:
79
- GKSwstype: nul
80
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
81
- DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
0 commit comments