From 0f7fbed4ac128d423f2036befb3201d42a639e7b Mon Sep 17 00:00:00 2001 From: Bastian Ike Date: Mon, 11 Jan 2021 15:10:44 +0100 Subject: [PATCH] update to newest radar --- .github/workflows/main.yml | 4 +++- yarn.lock | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cff6e03..34b62b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,8 @@ jobs: with: node-version: '12' - 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 with: args: --acl public-read @@ -24,3 +25,4 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.ACCESS_SECRET }} AWS_REGION: 'eu-central-1' SOURCE_DIR: 'build' + DEST_DIR: 'techradar' diff --git a/yarn.lock b/yarn.lock index 28cd8e6..c3f8cc7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1761,7 +1761,7 @@ anymatch@^3.0.3, anymatch@~3.1.1: "aoe_technology_radar@https://github.com/aoepeople/aoe_technology_radar.git": 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: "@babel/core" "7.9.0" "@types/classnames" "^2.2.10"