Skip to content

boykush/scraps-deploy-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

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraps Deploy Action

A GitHub Action to build and deploy Scraps sites to GitHub Pages.

About

Scraps is a lightweight static site generator for documentation and knowledge bases.

Usage

- uses: boykush/scraps-deploy-action@v3
  with:
    token: ${{ secrets.GITHUB_TOKEN }}
    pages-branch: gh-pages  # optional, defaults to 'gh-pages'

Inputs

  • token (required): GitHub token for authentication (e.g., ${{ secrets.GITHUB_TOKEN }})
  • pages-branch (optional): Branch to deploy to (defaults to gh-pages)

Documentation

See the official deployment guide for detailed setup instructions.

About

This action Scraps(https://github.com/boykush/scraps) build and deploy to Github Pages.

Topics

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENCE
MIT
LICENSE

Stars

Watchers

Forks

Packages

 
 
 

Contributors