Skip to content

Commit

Permalink
Fix overpass acction
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Jul 16, 2024
1 parent 5a79614 commit 8a91e73
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/frontend-overpass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,10 @@ jobs:
run: corepack prepare [email protected] --activate

- name: Install modules
run: |
yarn install
run: yarn install --immutable

- name: Build frontend
run: |
sed -i -e 's/overpass-api.openhistoricalmap.org/'${OVERPASS_API}'/g' js/configs.ts
yarn build
run: yarn build

- uses: actions/setup-python@v2
with:
Expand All @@ -74,4 +71,4 @@ jobs:
aws cloudfront create-invalidation --distribution-id=${CLOUDFRONT_DISTRIBUTION_ID} --paths=/
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 8a91e73

Please sign in to comment.