diff --git a/content/posts/git3.md b/content/posts/git3.md
index 239a8b20399b573c5396130b65a51a12d3ca6121..d8760675379a0f0460a9095ea12bca5ee121f009 100644
--- a/content/posts/git3.md
+++ b/content/posts/git3.md
@@ -44,7 +44,6 @@ On va créer un site web nommé `apropos` dans le groupe `math-info-lesnuls` qui
 
     ```yaml
     pages :
-        stage : deploy
         script :
             - echo "Publication du site web"
         artifacts :
@@ -67,7 +66,6 @@ Par exemple, on peut utiliser le script suivant pour copier tous les fichiers (s
 ```yaml
 pages :
     image : alpine
-    stage : deploy
     script :
         # installer pandoc
         - apk add pandoc
@@ -82,8 +80,6 @@ pages :
     artifacts :
         paths :
             - public
-    only :
-        - main
 ```
 
 ## Création d'un site web en utilisant un générateur de site web statique