Capture all pages of storybook, static pages, and so on using Storycap and Puppeteer on Docker.
Strategy for server command, currently supported: start-storybook
, http-server
, none
. Default is start-storybook
.
Path to serve with http-server strategy. Default is dist
.
Direct config of server_cmd
.
Port to capture. Default is 9000
.
Usage of https schema. Default is false
.
Host to capture. Default is localhost
.
Working directory.
uses: gyugyu/storycap-action@v1
with:
strategy: http-server