Fix CI deployment

This commit is contained in:
dennis.ludwig
2021-07-02 15:14:47 +02:00
parent 629abad19a
commit 6b201c5bc5
2 changed files with 1 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: yarn
- run: PUBLIC_URL=/techradar yarn build:static
- uses: jakejarvis/s3-sync-action@master
with:

View File

@@ -4,7 +4,6 @@
"main": "index.js",
"license": "MIT",
"scripts": {
"prebuild": "yarn",
"build": "aoe_technology_radar-buildRadar",
"postbuild": "yarn generateJson",
"prebuild:static": "yarn build",