Skip to content

Commit

Permalink
nominatim-ui use only the dist folder for ui
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Feb 17, 2025
1 parent c51cabe commit 3ca0869
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/frontend-nominatim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
ref: c14d033389acedf4dcbaabd9d88e14bc40212279
fetch-depth: 0

- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
# - name: Use Node.js 20
# uses: actions/setup-node@v4
# with:
# node-version: 20
# cache: 'npm'

- name: Install dependencies
run: npm install
# - name: Install dependencies
# run: npm install

- name: Build nominatim-ui frontend
run: |
Expand Down

0 comments on commit 3ca0869

Please sign in to comment.