mirror of
https://github.com/Smaug123/ClassicalCiphers.jl
synced 2025-10-09 11:28:41 +00:00
Fixed bug in CI
This commit is contained in:
6
.github/workflows/CI.yml
vendored
6
.github/workflows/CI.yml
vendored
@@ -15,7 +15,6 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version:
|
||||
- "1.0" # LTS
|
||||
- "1.1"
|
||||
- "1.5"
|
||||
- "nightly"
|
||||
@@ -96,11 +95,6 @@ jobs:
|
||||
using Pkg;
|
||||
Pkg.develop(PackageSpec(path=pwd()));
|
||||
Pkg.instantiate();'
|
||||
- run: |
|
||||
julia --project=docs -e '
|
||||
using Documenter: doctest
|
||||
using PkgTemplates
|
||||
doctest(PkgTemplates)'
|
||||
- run: julia --project=docs docs/make.jl
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Reference in New Issue
Block a user