A GitHub action with the claat tool
Required The claat oAuth2 token.
Required The source from which the static website is generated.
The environment for which the website is generated. E.g. web.
The format of the generated content.
The folder into which the output is generated
The output of the claat CLI command.
uses: xSAVIKx/claat-gh-action@v0
with:
format: "html"
environment: "web"
auth: "your-oAuth2-token"
source: "your-source"
output: "your-output-folder"