Skip to content

Commit e44bc5f

Browse files
committed
dev,fix: fix branch reference
1 parent a60db94 commit e44bc5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy docs to Pages
33
on:
44
# Runs on pushes targeting the default branch
55
push:
6-
branches: [$default-branch]
6+
branches: [master]
77

88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:

0 commit comments

Comments
 (0)