Skip to content

Remove CircleCI support #7

Remove CircleCI support

Remove CircleCI support #7

Workflow file for this run

name: Deploy
on:
push:
branches: [ cd ] # TESTING
jobs:
build:
uses: ./.github/workflows/build.yaml
test:
uses: ./.github/workflows/test.yaml
deploy:
runs-on: ubuntu-latest
needs: [ build, test ]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Deploy built directory to openfisca.org website
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.OPENFISCADOTORG_DEPLOY_KEY }}
publish_dir: build/html
external_repository: openfisca/openfisca.org
destination_dir: doc
publish_branch: test-cd # TESTING