Skip to content

Commit 59bcb49

Browse files
committed
Automatically deploy on push to master
1 parent e1eb830 commit 59bcb49

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Deploy to GitHub Pages
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches: [master]
57

68
permissions:
79
contents: read

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ We use GitHub Actions and GitHub Pages to manage our deployment. If you want to
6262
- Fork the repository on GitHub and push your changes.
6363
- Go to your fork's settings on GitHub and enable GitHub Pages with the source set to GitHub Actions.
6464
- 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.
6666
- In a few minutes, your site will automatically be built and deployed to GitHub Pages.
6767

6868
### Branding

0 commit comments

Comments
 (0)