Skip to content

Commit

Permalink
ci: remove dict_parser step in publish, add back dictionaries
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen-meijer committed Jul 26, 2020
1 parent 3840dbf commit 561058e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish_web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ on:
jobs:
publish_web:
runs-on: ubuntu-latest
container:
image: google/dart:2.8.4
env:
APP_WORKING_DIRECTORY: ./app/
BUILD_DIR: ./app/build/web/
Expand All @@ -22,9 +20,6 @@ jobs:
channel: beta
flutter-version: 1.20.0-7.2.pre

- name: Run dict_parser
run: ./tool/ci/run_dict_parser.sh

- name: Install app dependencies
run: flutter pub get
working-directory: ${{ env.APP_WORKING_DIRECTORY }}
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@

# How to launch

## 1. Run the dictionary parser
## 1. (Optional) Run the dictionary parser

This repository comes with a pre-made Japanese dictionary file (`app/assets/dicts/dict_ja.json`).

A dictionary parser can be found in the `/dict_parser` directory.
It currently only supports parsing the Japanese `JMdict_e` document,
Expand Down
2 changes: 0 additions & 2 deletions app/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,3 @@ app.*.map.json

# Exceptions to above rules.
!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages
assets/dicts/*
!assets/dicts/.gitkeep
Empty file removed app/assets/dicts/.gitkeep
Empty file.
1 change: 1 addition & 0 deletions app/assets/dicts/dict_ja.json

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions tool/ci/run_dict_parser.sh

This file was deleted.

0 comments on commit 561058e

Please sign in to comment.