diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54f210266880ca7adb050a87976e862db6f080a7..195c97ca8aa34d80412f6f86b98b4e40b26a469d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +# 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 diff --git a/README.md b/README.md index d0515a65febc80ca5ce8f21057142eb9dea622d5..67f8b0da54a6135d44b970e965674e41ae0cd013 100644 --- a/README.md +++ b/README.md @@ -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.