GitHub Action for React Build to deploy fails with Error 1

后端 未结 0 614
星月不相逢
星月不相逢 2020-12-28 20:00

I have the following GitHub action to build a React app and then deploy it.

name: Staging Build
on:
push:
branches:
- develop
jobs:
build:
runs-on: ubuntu-lat         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题