Skip to content
Snippets Groups Projects
Commit b1c448bf authored by Miroslav Kratochvil's avatar Miroslav Kratochvil :bicyclist:
Browse files

clean up comments in doc deployment

parent c5aecee1
No related branches found
No related tags found
No related merge requests found
...@@ -258,10 +258,10 @@ pages: ...@@ -258,10 +258,10 @@ pages:
# resolve and build packages from the docs/Project.toml file # resolve and build packages from the docs/Project.toml file
- julia --project=docs -e 'using Pkg; Pkg.resolve(); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();' - julia --project=docs -e 'using Pkg; Pkg.resolve(); Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate();'
# deploy doc (the without git history) # build and deploy docs (this doesn't upload the gource animation asset)
- julia --project=docs --color=yes docs/make.jl - julia --project=docs --color=yes docs/make.jl
# move to the directory picked up by Gitlab pages (with git history) # move to the directory to be picked up by Gitlab pages (with assets)
- mv docs/build public - mv docs/build public
artifacts: artifacts:
paths: paths:
......
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