Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 8, 2022
1 parent db3ba10 commit 1712664
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/publishing-your-site.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ contents:
name: ci # (1)!
on:
push:
branches: # (2)!
- master
branches:
- master # (2)!
- main
jobs:
deploy:
Expand Down Expand Up @@ -126,8 +126,8 @@ contents:
image: python:latest
pages:
stage: deploy
only: # (1)!
- master
only:
- master # (1)!
- main
script:
- pip install mkdocs-material
Expand Down

0 comments on commit 1712664

Please sign in to comment.