Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: 功能/文档请求 feature_requset
about: 为本项目的功能/文档提出一个建议 Suggest an idea for this project
name: 功能/文档请求
about: 为本项目的功能/文档提出一个建议
title: "[建议]"
labels: 增强
assignees: ''
Expand Down
14 changes: 14 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/update_doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: 更新文档
about: 为文档进行更新
title: "[更新文档]"
labels: 文档
assignees: ''

---

**更新了什么内容**

**目的**

**其他**
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Workflow Build
name: Build Page
on:
push:
branches:
- main
# pull_request:
# branches:
# - main
jobs:
# 自动部署GitPage
gitpage:
Expand All @@ -15,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@master
with:
persist-credentials: false
fetch-depth: 0
# 编译出静态页面
- name: Install and Build
run: npm install && npm run build
Expand Down
Loading