Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
👷 构建开发版本
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jan 13, 2021
1 parent 1d75c37 commit 5e5471f
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: build

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
release:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Set up Node
uses: actions/setup-node@v2
with:
node-version: '12'
-
name: Install dependencies
run: yarn
-
name: build dist
run: yarn build
-
name: Upload artifacts dist
uses: actions/upload-artifact@v2
with:
name: dist
path: dist

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release
name: release
on:
push:
tags:
Expand Down

2 comments on commit 5e5471f

@vercel
Copy link

@vercel vercel bot commented on 5e5471f Jan 13, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5e5471f Jan 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

alist – ./

alist.xhofe.vercel.app
alist.vercel.app
alist-git-master.xhofe.vercel.app

Please sign in to comment.