Skip to content

Commit 49dee49

Browse files
committed
dojos.min.geojson を生成ファイルとして扱う
- dojos.min.geojson を Git から削除 - .gitignore に追加(デプロイ時に生成されるため) - scheduler_daily.yml から不要な git add を削除 - deploy_to_pages.yml のタイポ修正: Conver → Convert
1 parent ecacf55 commit 49dee49

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/deploy_to_pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: 🔧 Build & Test
2828
run: |
29-
# Conver human-readable Geojson file into computer-friendly one
29+
# Convert human-readable Geojson file into computer-friendly one
3030
bundle exec rake compact_geojson
3131
JEKYLL_ENV=production bundle exec jekyll build
3232
JEKYLL_ENV=production bundle exec jekyll doctor

.github/workflows/scheduler_daily.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
7777
# Save GeoJSON data to render DojoMap
7878
git add dojos.geojson
79-
git add dojos.min.geojson
8079
8180
# Commit changed files above
8281
git commit -m '🤖 Upsert Earth/Japan data for DojoMap'

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ tmp/
77
vendor/
88

99
.DS_Store
10+
11+
# Generated files
12+
dojos.min.geojson

dojos.min.geojson

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)