Warning
This repository is archived and no longer maintained.
Starting with Scraps v1, the official deployment guide recommends using the standard actions/deploy-pages workflow instead of this action. See the official deployment guide for the current setup.
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.