Skip to content

Commit 1712664

Browse files
committed
Documentation
1 parent db3ba10 commit 1712664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/publishing-your-site.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ contents:
2929
name: ci # (1)!
3030
on:
3131
push:
32-
branches: # (2)!
33-
- master
32+
branches:
33+
- master # (2)!
3434
- main
3535
jobs:
3636
deploy:
@@ -126,8 +126,8 @@ contents:
126126
image: python:latest
127127
pages:
128128
stage: deploy
129-
only: # (1)!
130-
- master
129+
only:
130+
- master # (1)!
131131
- main
132132
script:
133133
- pip install mkdocs-material

0 commit comments

Comments
 (0)