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 40c1b5f commit 254b8e0Copy full SHA for 254b8e0
.github/workflows/deploy.yml
@@ -3,10 +3,10 @@ name: Deploy MkDocs to GitHub Pages
3
on:
4
push:
5
branches:
6
- - develop # Trigger this workflow on push to the develop branch
+ - develop-mkdocs # Trigger this workflow on push to the develop branch
7
pull_request:
8
9
- - develop # Also trigger on pull requests to the develop branch
+ - develop-mkdocs # Also trigger on pull requests to the develop branch
10
11
jobs:
12
deploy:
0 commit comments