Automatically deploy on push to master

This commit is contained in:
Muffin 2024-04-06 15:12:48 -05:00
parent e1eb83024f
commit 59bcb490d7
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ name: Deploy to GitHub Pages
on:
workflow_dispatch:
push:
branches: [master]
permissions:
contents: read

View File

@ -62,7 +62,7 @@ We use GitHub Actions and GitHub Pages to manage our deployment. If you want to
- Fork the repository on GitHub and push your changes.
- Go to your fork's settings on GitHub and enable GitHub Pages with the source set to GitHub Actions.
- Go to the "Actions" tab and enable GitHub Actions if it isn't already enabled.
- Go to your fork > Actions > Deploy > Manually run the action on the branch of your choice (probably master).
- Push commits to the "master" branch.
- In a few minutes, your site will automatically be built and deployed to GitHub Pages.
### Branding