From be915c167590f374481434ffac00d2f6dca57d7b Mon Sep 17 00:00:00 2001 From: mryanshenghong Date: Wed, 27 Jul 2022 06:15:53 -0400 Subject: [PATCH] feat(doc): update readme, github actions --- .github/workflows/deployment.yml | 4 ++-- README.md | 17 +---------------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 113d7f2..f1fc796 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -5,7 +5,7 @@ name: Deployment on: push: - branches: ["feature/migrate-to-vue3"] + branches: ["master"] jobs: build: @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 with: - ref: "feature/migrate-to-vue3" + ref: "master" - uses: actions/setup-node@v3 with: diff --git a/README.md b/README.md index 30b15e2..42d42fb 100644 --- a/README.md +++ b/README.md @@ -1,16 +1 @@ -# Vue 3 + TypeScript + Vite - -This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `