The purpose of this repo is to help web developers to get started with GitHub Actions. The goal is to make the job of web developers easier and more efficient. This repo is a collection of GitHub Action workflows that are useful for any web development project.
Learn more about GitHub Actions
GitHub Actions allow web developers to automatically test code that is pushed to the repository automatically. It helps web developers be more efficient.
This project is designed to help other web developers learn how to use GitHub Actions.
Please copy the main.yml file and create the appropriate GitHub Secrets in your own repository to discover how useful GitHub Action can be in your website development project. Good luck!
GitHub Secrets required for this workflow.
- FTP username
- FTP password
- FTP remote path
- FTP server
- website URL
A curated list of GitHub Action for website developlment from the GitHub Action Marketplace.
- Hello World
- screenshot-website
- Website healthcheck
- Lighthouse CI Action
- Page Speed Insights CI Action
- Send email
- Lighthouse CI Action
- Send Push Notification
- FTP Deploy
- Clone repo and create a new branch:
$ git checkout https://github.com/anthonyalvarez/github-actions-for-website.git -b name_for_new_branch
- Make changes and test
- Submit Pull Request with comprehensive description of changes