There was an error while loading. Please reload this page.
1 parent 848296a commit 2e95df6Copy full SHA for 2e95df6
1 file changed
.github/workflows/mkdocs-deploy.yml
@@ -3,8 +3,8 @@ name: Deploy MkDocs Site
3
on:
4
push:
5
branches:
6
- - main # Triggers deployment on push to the main branch
7
-
+ - develop # Triggers deployment on push to the develop branch
+
8
permissions:
9
contents: write
10
0 commit comments