forked from cerc-io/cosmos-explorer
Debug CI
This commit is contained in:
@@ -15,8 +15,11 @@ jobs:
|
||||
- name: Git Checkout Latest
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: deploy
|
||||
- name: Install
|
||||
run: yarn install
|
||||
|
||||
- name: deploy
|
||||
run: yarn run vue-cli-service build
|
||||
- name: Build
|
||||
run: yarn run vue-cli-service build
|
||||
|
||||
- name: Deploy
|
||||
run: cp -rf ./dist/* /var/www/html/
|
||||
Reference in New Issue
Block a user