
SupportPal Satis repository.
This repository is intended for internal usage only.
composer initcomposer 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.jsonand write topublic - Deploy
publictogh-pagesbranch
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.