Skip to content

Commit 4b95b0c

Browse files
committed
工具: 更新 ci
1 parent 7b89cc9 commit 4b95b0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
name: Build and Deploy
1+
name: 发布到github pages
22
on: [push]
33
jobs:
44
build-and-deploy:
55
runs-on: ubuntu-latest
66
steps:
7-
- name: Checkout 🛎️
7+
- name: 获取源码 🛎️
88
uses: actions/[email protected]
99

10-
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
10+
- name: 安装依赖和构建 🔧
1111
run: |
1212
node --version
1313
yarn install
1414
yarn run docs:build
1515
16-
- name: Deploy 🚀
16+
- name: 部署 🚀
1717
uses: JamesIves/[email protected]
1818
with:
1919
branch: gh-pages # The branch the action should deploy to.

0 commit comments

Comments
 (0)