Skip to content

Commit 094e3c0

Browse files
docs: change 'master' to 'main' in GH Pages
'main' is now the default branch name in GitHub. Co-authored-by: 翠 / green <[email protected]>
1 parent 6dec013 commit 094e3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/static-deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Now the `preview` command will launch the server at `http://localhost:8080`.
7171
on:
7272
# Runs on pushes targeting the default branch
7373
push:
74-
branches: ['master']
74+
branches: ['main']
7575

7676
# Allows you to run this workflow manually from the Actions tab
7777
workflow_dispatch:

0 commit comments

Comments
 (0)