A GitHub Action to build and deploy Scraps sites to GitHub Pages.
Scraps is a lightweight static site generator for documentation and knowledge bases.
- uses: boykush/scraps-deploy-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
pages-branch: gh-pages # optional, defaults to 'gh-pages'token(required): GitHub token for authentication (e.g.,${{ secrets.GITHUB_TOKEN }})pages-branch(optional): Branch to deploy to (defaults togh-pages)
See the official deployment guide for detailed setup instructions.