Skip to content

Commit 5d38ab0

Browse files
committed
Changed action to auto build from develop not main
1 parent a61c57a commit 5d38ab0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ci
22
on:
33
push:
44
branches:
5-
- main
5+
- develop
66
permissions:
77
contents: write
88
jobs:
@@ -13,5 +13,6 @@ jobs:
1313
- uses: actions/setup-python@v4
1414
with:
1515
python-version: 3.x
16-
- run: pip install mkdocs-material
16+
- run: pip install mkdocs-material
17+
- run: pip install mermaid
1718
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)