From e7fad2efbb879c39c2b5ab2e4e82fbca2158da5c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20LAURENT?= <francois.laurent@pasteur.fr>
Date: Mon, 25 Apr 2022 10:06:08 +0200
Subject: [PATCH] extra badges

---
 .gitlab-ci.yml | 1 +
 README.md      | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 68e133e..6ccce10 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,6 +27,7 @@ Julia 1.7:
     - .coverage
 pages:
   image: julia:1.7
+  stage: deploy
   script:
     - |
       julia --project=docs/ -e '
diff --git a/README.md b/README.md
index 54c8c76..4ff780e 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,8 @@
 
 [![Build Status](https://gitlab.pasteur.fr/Nyx/PlanarLarvae.jl/badges/main/pipeline.svg)](https://gitlab.pasteur.fr/Nyx/PlanarLarvae.jl/pipelines)
 [![Coverage](https://gitlab.pasteur.fr/Nyx/PlanarLarvae.jl/badges/main/coverage.svg)](https://gitlab.pasteur.fr/Nyx/PlanarLarvae.jl/commits/main)
+[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
+[![Documentation](https://img.shields.io/badge/docs-master-9cf.svg)](https://nyx.pages.pasteur.fr/planarlarvae.jl/)
 
 
 This package features reading utilities for *spine* and *outline* files
-- 
GitLab