Skip to content

Commit 82f8d16

Browse files
Update ci.yml
1 parent a181b96 commit 82f8d16

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,3 @@ jobs:
6161
- uses: julia-actions/julia-buildpkg@v1
6262
- run: julia -e 'using Pkg; Pkg.add("Aqua")'
6363
- 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

Comments
 (0)