Skip to content

xSAVIKx/claat-gh-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claat action

A GitHub action with the claat tool

Inputs

auth

Required The claat oAuth2 token.

source

Required The source from which the static website is generated.

environment

The environment for which the website is generated. E.g. web.

format

The format of the generated content.

output

The folder into which the output is generated

Outputs

output

The output of the claat CLI command.

Example usage

uses: xSAVIKx/claat-gh-action@v0
with:
    format: "html"
    environment: "web"
    auth: "your-oAuth2-token"
    source: "your-source"
    output: "your-output-folder"

About

A GitHub action with the `claat` tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published