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 91af331 commit 7e9f586Copy full SHA for 7e9f586
.github/workflows/deploy-mkdocs.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
push:
6
branches:
7
- - main
+ - ["*"] # <<<<<<<<< Return this to main before merging
8
9
permissions:
10
contents: write
0 commit comments