update to newest radar

This commit is contained in:
Bastian Ike
2021-01-11 15:10:44 +01:00
parent 4aedca02e1
commit 0f7fbed4ac
2 changed files with 4 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ jobs:
with: with:
node-version: '12' node-version: '12'
- run: yarn - run: yarn
- run: yarn aoe_technology_radar - run: PUBLIC_URL=/techradar yarn aoe_technology_radar
- run: yarn aoe_technology_radar-static
- uses: jakejarvis/s3-sync-action@master - uses: jakejarvis/s3-sync-action@master
with: with:
args: --acl public-read args: --acl public-read
@@ -24,3 +25,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.ACCESS_SECRET }} AWS_SECRET_ACCESS_KEY: ${{ secrets.ACCESS_SECRET }}
AWS_REGION: 'eu-central-1' AWS_REGION: 'eu-central-1'
SOURCE_DIR: 'build' SOURCE_DIR: 'build'
DEST_DIR: 'techradar'

View File

@@ -1761,7 +1761,7 @@ anymatch@^3.0.3, anymatch@~3.1.1:
"aoe_technology_radar@https://github.com/aoepeople/aoe_technology_radar.git": "aoe_technology_radar@https://github.com/aoepeople/aoe_technology_radar.git":
version "2.0.0" version "2.0.0"
resolved "https://github.com/aoepeople/aoe_technology_radar.git#70a5089000376ffa21de1c977689c62ecb18a7a9" resolved "https://github.com/aoepeople/aoe_technology_radar.git#1541eaf52559df7d807d7ab61146cb7d7f73a5c5"
dependencies: dependencies:
"@babel/core" "7.9.0" "@babel/core" "7.9.0"
"@types/classnames" "^2.2.10" "@types/classnames" "^2.2.10"