Skip to content

Commit 50e594d

Browse files
committed
Workflow
1 parent 6d56a01 commit 50e594d

File tree

3 files changed

+11190
-11
lines changed

3 files changed

+11190
-11
lines changed

.github/workflows/vue_deploy.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Deploy Vue
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["core","develop","framework","scratch","vite","electron","vue"]
7+
branches: ["vueElectron","vue"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -28,15 +28,15 @@ jobs:
2828
url: ${{ steps.deployment.outputs.page_url }}
2929
runs-on: ubuntu-latest
3030
steps:
31+
- name: Install dependencies With -D Resolving @vitejs/plugin-vue Conflict
32+
run: npm i "@swc/wasm" glob -D
3133
- name: Checkout
3234
uses: actions/checkout@v3
3335
- name: Set up Node
3436
uses: actions/setup-node@v3
3537
with:
3638
node-version: 18
3739
cache: 'npm'
38-
- name: Install dependencies With -D Resolving @vitejs/plugin-vue Conflict
39-
run: npm i "@swc/wasm@1.3.94-nightly-20231014.1" glob -D
4040
- name: Build
4141
run: npm run build
4242
# - name: Auto Enable GitHub Pages
@@ -60,9 +60,6 @@ jobs:
6060
destination: ./_site
6161
- name: Upload artifact
6262
uses: actions/upload-pages-artifact@v1
63-
# with:
64-
# Upload dist repository
65-
# path: '../../dist'
6663
- name: Deploy to GitHub Pages
6764
id: deployment
6865
uses: actions/deploy-pages@v1

0 commit comments

Comments
 (0)