mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
chore: rm vue3-branch
This commit is contained in:
parent
575b071f6d
commit
274af9f9ac
1 changed files with 0 additions and 39 deletions
39
.github/workflows/vue3.yml
vendored
39
.github/workflows/vue3.yml
vendored
|
@ -1,39 +0,0 @@
|
|||
name: Build Vue3 nightly
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- vue3
|
||||
jobs:
|
||||
push-nightly-vue3:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '18'
|
||||
|
||||
- name: Build Node.js cache
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: ~/.npm
|
||||
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
|
||||
restore-keys: ${{ runner.os }}-node-
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
- name: Build VueTorrent
|
||||
run: npm run build
|
||||
|
||||
- name: Run tests
|
||||
run: npm run test
|
||||
|
||||
- name: Push to nightly-release
|
||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
BRANCH: nightly-release-vue3
|
||||
FOLDER: ./vuetorrent
|
Loading…
Add table
Reference in a new issue