Skip to content

Commit f71317a

Browse files
author
IndominusByte
committed
update ci.yml
1 parent cce3e42 commit f71317a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: ci
22
on:
33
push:
44
branches:
5+
- master
56
- docs
67
jobs:
78
deploy:
@@ -12,4 +13,5 @@ jobs:
1213
with:
1314
python-version: 3.x
1415
- run: pip install mkdocs-material
16+
- run: pip install markdown-include
1517
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)