There was an error while loading. Please reload this page.
1 parent 299d14e commit 306101cCopy full SHA for 306101c
1 file changed
.github/workflows/ci.yml
@@ -46,16 +46,3 @@ jobs:
46
exit 0 # Ignore the error to keep the green checkmark going
47
fi
48
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