SupportPal Satis repository.
This repository is intended for internal usage only.
composer init
composer require composer/satis
- Generate
satis.json
. See Satis Setup for syntax
pages.yml
.github/workflows/pages.yml
has three simple steps:
- Install composer dependencies (Satis)
- Build Satis using
satis.json
and write topublic
- Deploy
public
togh-pages
branch
The workflow runs on pushes to the main
branch and also nightly at midnight in order to
ensure dependencies are kept up to date.
dependabot.yml
dependabot.yml
ensures composer.lock
and GitHub actions such as JamesIves/github-pages-deploy-action
are kept up to date automatically.