Update .gitlab-ci.yml file to inspect build artifacts

This commit is contained in:
Wataru Otsubo 2024-09-20 14:36:31 +02:00
parent 74092bc06a
commit c359fcc157

View file

@ -34,6 +34,8 @@ pages:
using PSBoardDataBase using PSBoardDataBase
doctest(PSBoardDataBase) doctest(PSBoardDataBase)
include("docs/make.jl")' include("docs/make.jl")'
- ls -R
- tree
- mkdir -p public - mkdir -p public
- mv docs/build public/dev - mv docs/build public/dev
artifacts: artifacts: