Gatsby CLI - Features, integrations, alternatives & more
What it does
This action runs Gatsby CLI, the command line tool which is the main entry point for getting up and running with a Gatsby application. It is also used for functionalities such as running a development server and building out your Gatsby application for deployment.
How it works
This action launches a Docker container using the official Node.js image which is customized with preinstalled gatsby-cli NPM package. The container runs gatsby build
command by default. Once the commands stop running, the container is terminated.
It uses the pipeline's filesystem as its working directory to which generated files are saved.
Action preview
