Skip to content

Commit 12ddf1b

Browse files
committed
Remove postcode database build step from GitHub Actions
The .pcod file is already committed to the repo, so we only need to build and deploy the web app
1 parent d6beba4 commit 12ddf1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ jobs:
2323
- name: Install dependencies
2424
run: yarn install --frozen-lockfile
2525

26-
- name: Build postcode database
27-
run: yarn build
28-
2926
- name: Build web app
3027
run: yarn build:web
3128

0 commit comments

Comments
 (0)