Skip to content

Commit 306101c

Browse files
author
hhaensel
committed
remove build step from ci
1 parent 299d14e commit 306101c

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,3 @@ jobs:
4646
exit 0 # Ignore the error to keep the green checkmark going
4747
fi
4848
exit 1 # If it's not an optional job, fail the job
49-
build:
50-
runs-on: ubuntu-latest
51-
steps:
52-
- uses: actions/checkout@v2
53-
- uses: julia-actions/setup-julia@latest
54-
with:
55-
version: '1'
56-
- name: Install dependencies
57-
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
58-
- name: Build and deploy
59-
env:
60-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token
61-
run: julia --project=docs/ docs/make.jl

0 commit comments

Comments
 (0)