Skip to content

Commit 0bf553d

Browse files
committed
Comment out docs job
1 parent 3ba980f commit 0bf553d

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -44,20 +44,20 @@ jobs:
4444
- uses: codecov/codecov-action@v1
4545
with:
4646
file: lcov.info
47-
docs:
48-
name: Documentation
49-
runs-on: ubuntu-latest
50-
steps:
51-
- uses: actions/checkout@v2
52-
- uses: julia-actions/setup-julia@v1
53-
with:
54-
version: '1'
55-
- run: |
56-
julia --project=docs -e '
57-
using Pkg
58-
Pkg.develop(PackageSpec(path=pwd()))
59-
Pkg.instantiate()'
60-
- run: julia --project=docs docs/make.jl
61-
env:
62-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
47+
# docs:
48+
# name: Documentation
49+
# runs-on: ubuntu-latest
50+
# steps:
51+
# - uses: actions/checkout@v2
52+
# - uses: julia-actions/setup-julia@v1
53+
# with:
54+
# version: '1'
55+
# - run: |
56+
# julia --project=docs -e '
57+
# using Pkg
58+
# Pkg.develop(PackageSpec(path=pwd()))
59+
# Pkg.instantiate()'
60+
# - run: julia --project=docs docs/make.jl
61+
# env:
62+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63+
# DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 commit comments

Comments
 (0)