auto-approve-action
github-pages-deploy-action
Our great sponsors
- Appwrite - The open-source backend cloud platform
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
auto-approve-action | github-pages-deploy-action | |
---|---|---|
1 | 10 | |
353 | 3,915 | |
- | - | |
0.0 | 8.0 | |
14 days ago | 4 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
auto-approve-action
-
Auto Request Changes review when the job failed using Github Action
The Github Action is forked from hmarr/auto-approve-action. The action will automatically create a Request Changes pull request review. A use case is to create a request changes review when a workflow job failed.
github-pages-deploy-action
-
Setting up a free & production-ready web app backend in Go (with database) in less than 100 lines
The interesting part is towards the bottom where we build the frontend code and make use of the github-pages-deploy-action step to automatically make a new commit with the compiled frontend code to a gh-pages branch.
-
How to publish React App (CRA) on Github Pages using Github Actions with Turborepo
Finally, will do the deploy on github pages using the scripts from JamesIves/github-pages-deploy-action, and create a branch gh-pages with the code from apps/web/build.
-
How to deploy and publish to NPM your own React Components library
For Storybook deploy, we will use github-pages-deploy-action
-
Deploying to GitHub Pages using GitHub Actions
Around three years ago I created the github-pages-deploy-action project as my first real venture into the world of open source. I built this action so I could make continued updates to a blog while being away from my work laptop. The community response has been fantastic and I'm very happy with how it has evolved over the years as a result. I even had the opportunity to be interviewed by GitHub for my involvement back in 2020 which you can read here.
-
Using GitHub Actions to Publish Doxygen Docs to GitHub Pages
This action is a composite action using shell scripts for installing necessary tools and preparing docs and makes use of JamesIves/github-pages-deploy-action for deploying the docs to a GitHub Pages branch.
-
Deploy NextJS app to GitHub Pages using GitHub Actions
github-pages-deploy-action is used to push a static exported site to gh-pages branch.
-
Hosting Kotlin/JS on GitHub Pages via GitHub Actions
Lastly, we use another Action to deploy our project to GitHub Pages – but only if the workflow is running on the master or main branch (we don't want development branches to be deployed to the public!). We point this action to the build/distributions folder, which is where building a Kotlin/JS project creates the final .js and .html artifacts.
What are some alternatives?
actions-gh-pages - GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
tauri-action - Build your Web application as a Tauri binary for macOS, Linux and Windows
action-update-file - Update (i.e. commit and push) files on GitHub
github-app-token - Impersonate a GitHub App in a GitHub Action
ledokku - Beautiful web UI for all things Dokku
image-actions - A Github Action that automatically compresses JPEGs, PNGs and WebPs in Pull Requests.
aws-lambda-code-signing-action - GitHub action which uses AWS Code Signer to sign ✍🏼 AWS Lambda artifacts 📦 from your pipeline
jira-ci-cd-integration - Jira Integation for sending Build/Deploy information. Use with any CI/CD provider (via Docker)
meli - Platform for deploying static sites and frontend applications easily. Automatic SSL, deploy previews, reverse proxy, and more.
create-pull-request - A GitHub action to create a pull request for changes to your repository in the actions workspace
actions-toolkit - 🛠 A toolkit for building GitHub Actions in Node.js
setup-spark - ✨ Setup Apache Spark in GitHub Action workflows