Skip to content

Commit

Permalink
chore: update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jan 14, 2021
1 parent 00d7979 commit a262b69
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: '12.x'
registry-url: https://registry.npmjs.org/

- name: Look Changelog
uses: jaywcjlove/changelog-generator@v1.3.9
with:
Expand Down Expand Up @@ -201,10 +203,11 @@ jobs:
<!DOCTYPE html><html lang="en">
<head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="https://github.githubassets.com/favicon.ico">
<title>KKT Example Zip Files</title>
<style type="text/css">
body, html { height: 100%; font-size: 12px; font-family: Avenir Next,PingFang SC,Hiragino Sans GB,Droid Sans Fallback,Microsoft YaHei,sans-serif; }
h1 { font-size: 2.6rem; font-weight: 900; }
h1 { font-size: 2.6rem; font-weight: 300; }
h1 sup { color: #7b7b7b; font-size: 14px; position: absolute; font-weight: normal;}
a:hover { color: #0949d1; }
.header { position: relative; width: 100%; height: 60%; text-align: center; }
Expand Down

2 comments on commit a262b69

@vercel
Copy link

@vercel vercel bot commented on a262b69 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:

kkt-basic-example – ./

kkt-basic-example.398188662.vercel.app
kkt.vercel.app
kkt-basic-example-git-master.398188662.vercel.app

@vercel
Copy link

@vercel vercel bot commented on a262b69 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:

kkt-bundle-example – ./

kkt-bundle-example-git-master.398188662.vercel.app
kkt.vercel.app
kkt-bundle-example.398188662.vercel.app

Please sign in to comment.