We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3ba10 commit 1712664Copy full SHA for 1712664
docs/publishing-your-site.md
@@ -29,8 +29,8 @@ contents:
29
name: ci # (1)!
30
on:
31
push:
32
- branches: # (2)!
33
- - master
+ branches:
+ - master # (2)!
34
- main
35
jobs:
36
deploy:
@@ -126,8 +126,8 @@ contents:
126
image: python:latest
127
pages:
128
stage: deploy
129
- only: # (1)!
130
+ only:
+ - master # (1)!
131
132
script:
133
- pip install mkdocs-material
0 commit comments