Skip to content

Commit 3054d49

Browse files
authored
Change branch to fix problem
1 parent 0f6ca59 commit 3054d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: docs
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
permissions:
77
contents: write
88
jobs:
@@ -25,4 +25,4 @@ jobs:
2525
restore-keys: |
2626
mkdocs-material-
2727
- run: pip install mkdocs-material
28-
- run: mkdocs gh-deploy --force
28+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)