mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
Update .gitlab-ci.yml file for doctest CI debug
This commit is contained in:
parent
9c75248f96
commit
f701f78a7b
1 changed files with 2 additions and 1 deletions
|
@ -28,9 +28,10 @@ pages:
|
|||
- |
|
||||
julia --project=docs -e '
|
||||
using Pkg
|
||||
@info "Pkg status before dev" Pkg.status() pwd()
|
||||
Pkg.develop(PackageSpec(path=pwd()))
|
||||
Pkg.instantiate()
|
||||
@info "Pkg status" Pkg.status()
|
||||
@info "Pkg status after dev" Pkg.status()
|
||||
include("docs/make.jl")'
|
||||
- mkdir -p public
|
||||
- mv docs/build public/dev
|
||||
|
|
Loading…
Add table
Reference in a new issue