From 17126642fd646abdf3389b7f8830c812579b3081 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 8 Jan 2022 10:56:08 +0100 Subject: [PATCH] Documentation --- docs/publishing-your-site.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/publishing-your-site.md b/docs/publishing-your-site.md index 7131ca8c2..83c1c4c07 100644 --- a/docs/publishing-your-site.md +++ b/docs/publishing-your-site.md @@ -29,8 +29,8 @@ contents: name: ci # (1)! on: push: - branches: # (2)! - - master + branches: + - master # (2)! - main jobs: deploy: @@ -126,8 +126,8 @@ contents: image: python:latest pages: stage: deploy - only: # (1)! - - master + only: + - master # (1)! - main script: - pip install mkdocs-material