PolicyEngine / policyengine.py

[WIP] PolicyEngine's main user-facing Python package, incorporating country packages and integrating data visualization and analytics.
https://policyengine.github.io/policyengine.py/
GNU Affero General Public License v3.0
2 stars 6 forks source link

[1] - Added GH workflow files for auto deployment of docs and to test deployment in PR #13

Closed masterismail closed 3 months ago

masterismail commented 3 months ago

This PR introduces GitHub Actions workflows:

  1. pr.yml runs 'make test' to check doc deployment.
  2. push.yml automatically deploys docs to GitHub Pages.

Note: I have removed some Sphinx extensions due to conflicts with versions. We'll add them back later.

Remember to check if GITHUB_TOKEN is set up in the repo.

closes #9