Skip to content

Commit

Permalink
fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Apr 4, 2024
1 parent 3345c8b commit 9a1700c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy preview site
on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches: [master]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ _config.yml

## Update

Execute the following command to update Light.
Execute the following command to update Phase.

``` bash
$ cd themes/phase
Expand Down

0 comments on commit 9a1700c

Please sign in to comment.