Skip to content

Commit

Permalink
supress warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverroick committed Jan 12, 2024
1 parent cf0f3a0 commit f00ef23
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: read

jobs:
build:
deploy:
strategy:
matrix:
environment: [stacadmin-eoapirisk-demo]
Expand All @@ -27,12 +27,13 @@ jobs:
uses: actions/checkout@v2

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

- name: Build code
env:
CI: ""
REACT_APP_STAC_API: ${{ secrets.STAC_API }}
run: npm run build
run: yarn build

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
Expand Down

0 comments on commit f00ef23

Please sign in to comment.