Skip to content

Commit 35245e1

Browse files
authored
Update deploy-mkdocs.yml
1 parent 8e571bc commit 35245e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy MKDocs site
44
on:
55
push:
66
branches:
7-
- main
7+
- website-v1.1
88
pull_request:
99

1010
jobs:
@@ -35,4 +35,4 @@ jobs:
3535
run: |
3636
mkdocs gh-deploy --force
3737
env:
38-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)