File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Deploy to GitHub Pages
2
2
3
3
on :
4
4
workflow_dispatch :
5
+ push :
6
+ branches : [master]
5
7
6
8
permissions :
7
9
contents : read
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ We use GitHub Actions and GitHub Pages to manage our deployment. If you want to
62
62
- Fork the repository on GitHub and push your changes.
63
63
- Go to your fork's settings on GitHub and enable GitHub Pages with the source set to GitHub Actions.
64
64
- Go to the "Actions" tab and enable GitHub Actions if it isn't already enabled.
65
- - Go to your fork > Actions > Deploy > Manually run the action on the branch of your choice (probably master) .
65
+ - Push commits to the "master" branch.
66
66
- In a few minutes, your site will automatically be built and deployed to GitHub Pages.
67
67
68
68
### Branding
You can’t perform that action at this time.
0 commit comments