mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
db3ba10979
commit
17126642fd
@ -29,8 +29,8 @@ contents:
|
|||||||
name: ci # (1)!
|
name: ci # (1)!
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: # (2)!
|
branches:
|
||||||
- master
|
- master # (2)!
|
||||||
- main
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
@ -126,8 +126,8 @@ contents:
|
|||||||
image: python:latest
|
image: python:latest
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only: # (1)!
|
only:
|
||||||
- master
|
- master # (1)!
|
||||||
- main
|
- main
|
||||||
script:
|
script:
|
||||||
- pip install mkdocs-material
|
- pip install mkdocs-material
|
||||||
|
Loading…
Reference in New Issue
Block a user