Skip to content

Commit

Permalink
chore: Migrate to js version of databuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
zhullyb committed Dec 5, 2024
1 parent 7d92297 commit 24125b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 94 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'

- name: Install python dependencies
run: cd databuilder && pip install -r requirements.txt

- name: Generate data
run: cd databuilder && python preGenerator.py

- name: Install pnpm
uses: pnpm/action-setup@v4
with:
Expand All @@ -45,6 +33,9 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Generate data
run: pnpm run build:data

- name: Generate site
run: pnpm run generate

Expand Down
77 changes: 0 additions & 77 deletions databuilder/preGenerator.py

This file was deleted.

5 changes: 0 additions & 5 deletions databuilder/requirements.txt

This file was deleted.

0 comments on commit 24125b7

Please sign in to comment.