Skip to content

Commit cb44e41

Browse files
authored
Update publish.yaml
1 parent dfa88b4 commit cb44e41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- master
6+
- main
77

88
permissions:
99
contents: write
@@ -28,4 +28,4 @@ jobs:
2828
restore-keys: |
2929
mkdocs-material-
3030
- run: pip install mkdocs-material
31-
- run: mkdocs gh-deploy --force
31+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)