Skip to content

Commit

Permalink
refactor: rename styles-gen to map-styles
Browse files Browse the repository at this point in the history
  • Loading branch information
zackpollard committed Sep 17, 2024
1 parent f503d9d commit e7df98a
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tiles-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
branches: [ "main" ]
paths:
- ".github/workflows/tiles-file.yml"
- "styles-gen/**"
- "map-styles/**"

concurrency:
group: ${{ github.workflow }}
Expand All @@ -23,7 +23,7 @@ jobs:
bucket_region: [ "wnam", "enam", "weur", "eeur", "apac" ]
defaults:
run:
working-directory: 'styles-gen'
working-directory: 'map-styles'
runs-on: ubuntu-latest
outputs:
KEY: ${{ steps.latest_build.outputs.KEY }}
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: 'styles-gen/.nvmrc'
node-version-file: 'map-styles/.nvmrc'

- name: Install dependencies
run: npm ci
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion styles-gen/package.json → map-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "styles-gen",
"name": "immich-map-styles",
"description": "Generate immich style variations from the protomaps styles",
"main": "index.ts",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit e7df98a

Please sign in to comment.