Skip to content
Snippets Groups Projects
Commit 055ad045 authored by Florian Atteneder's avatar Florian Atteneder
Browse files

configured CI to publish documentation

parent 4e3a2a72
Branches docs
No related tags found
No related merge requests found
Pipeline #3274 passed
# setup follows https://gitlab.com/tkpapp/GitlabJuliaDemo.jl/-/tree/master
image: julia:1.6
before_script:
......@@ -13,6 +15,5 @@ pages:
artifacts:
paths:
- public
# only:
# - main
only:
- main
......@@ -2,7 +2,7 @@
## TODO
- [ ] Setup documentation with `Documenter.jl`.
- [ ] Update this readme.
- [ ] Figure out how to use Latex with `@doc` macros.
- [ ] Introduce `StateVector` object which should handle data layout
in memory, e.g. each variable is a contiguous segment inside a vector.
......
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