Deployment
GitHub Pages
The repository deploys two static pages from one GitHub Actions workflow:
demo:
https://andalenavals.github.io/agentic-trading-bots/docs:
https://andalenavals.github.io/agentic-trading-bots/docs/
Workflow steps
The deployment workflow:
installs Node dependencies with
npm ciinstalls Sphinx dependencies
runs
npm run typecheckruns
npm run lintruns
npm run test:pyruns
npm run buildwithGITHUB_PAGES=trueand the Pages preprocessing configbuilds Sphinx docs into
out/docsuploads
outas the Pages artifactdeploys with
actions/deploy-pages
Local verification
Static app build:
GITHUB_PAGES=true npm run build
Docs build:
npm run docs:install
npm run docs:build
Full local check:
npm test