Try beta deploy

This commit is contained in:
Sidharth Vinod
2021-06-03 00:01:34 +05:30
parent 6a0d3e4b89
commit 5d17cd4b94
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -3,6 +3,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
@@ -27,6 +30,8 @@ jobs:
run: |
npm i -g yarn
export DEPLOY=true
export BETA=true
echo "$GITHUB_EVENT_NAME"
rm -rf docs/_app
yarn install
# yarn run lint