diff options
| -rw-r--r-- | .gitlab-ci.yml | 2 | ||||
| -rw-r--r-- | disml.opam | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c3b06f..78dadc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,4 +17,4 @@ pages: paths: - public only: - - tags
\ No newline at end of file + - master
\ No newline at end of file @@ -5,7 +5,7 @@ maintainer: "Adelyn Breedlove <[email protected]>" authors: "Adelyn Breedlove <[email protected]>"
license: "MIT"
homepage: "https://gitlab.com/Mishio595/disml"
-doc: "https://mishio595.github.io/disml/index.html"
+doc: "https://mishio595.gitlab.io/disml/"
dev-repo: "git+https://gitlab.com/Mishio595/disml"
bug-reports: "https://gitlab.com/Mishio595/disml/issues"
tags: ["discord"]
|