Fix CI deployment
This commit is contained in:
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@@ -13,6 +13,7 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: '16'
|
node-version: '16'
|
||||||
|
- run: yarn
|
||||||
- run: PUBLIC_URL=/techradar yarn build:static
|
- run: PUBLIC_URL=/techradar yarn build:static
|
||||||
- uses: jakejarvis/s3-sync-action@master
|
- uses: jakejarvis/s3-sync-action@master
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "yarn",
|
|
||||||
"build": "aoe_technology_radar-buildRadar",
|
"build": "aoe_technology_radar-buildRadar",
|
||||||
"postbuild": "yarn generateJson",
|
"postbuild": "yarn generateJson",
|
||||||
"prebuild:static": "yarn build",
|
"prebuild:static": "yarn build",
|
||||||
|
|||||||
Reference in New Issue
Block a user