Skip to content
Snippets Groups Projects
Commit 0b1bb184 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Update docs generation

parent 854d9a71
No related branches found
No related tags found
No related merge requests found
......@@ -41,9 +41,8 @@ Julia 1.8:
- .script
- .coverage
pages:
docs:
image: julia:1.6
stage: deploy
script:
- |
julia --project=docs -e '
......@@ -56,10 +55,9 @@ pages:
using KM3io
doctest(KM3io)
include("docs/make.jl")'
- mkdir -p public
- mv docs/build public/dev
artifacts:
paths:
- public
only:
- main
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment