diff --git "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275-\346\226\207\346\241\243\350\257\267\346\261\202-feature_requset.md" "b/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275-\346\226\207\346\241\243\350\257\267\346\261\202.md" similarity index 63% rename from ".github/ISSUE_TEMPLATE/\345\212\237\350\203\275-\346\226\207\346\241\243\350\257\267\346\261\202-feature_requset.md" rename to ".github/ISSUE_TEMPLATE/\345\212\237\350\203\275-\346\226\207\346\241\243\350\257\267\346\261\202.md" index 020106e..571a46f 100644 --- "a/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275-\346\226\207\346\241\243\350\257\267\346\261\202-feature_requset.md" +++ "b/.github/ISSUE_TEMPLATE/\345\212\237\350\203\275-\346\226\207\346\241\243\350\257\267\346\261\202.md" @@ -1,6 +1,6 @@ --- -name: 功能/文档请求 feature_requset -about: 为本项目的功能/文档提出一个建议 Suggest an idea for this project +name: 功能/文档请求 +about: 为本项目的功能/文档提出一个建议 title: "[建议]" labels: 增强 assignees: '' diff --git a/.github/PULL_REQUEST_TEMPLATE/update_doc.md b/.github/PULL_REQUEST_TEMPLATE/update_doc.md new file mode 100644 index 0000000..a1a152c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/update_doc.md @@ -0,0 +1,14 @@ +--- +name: 更新文档 +about: 为文档进行更新 +title: "[更新文档]" +labels: 文档 +assignees: '' + +--- + +**更新了什么内容** + +**目的** + +**其他** diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 276b9e8..0c1bcb3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,8 @@ -name: Workflow Build +name: Build Page on: push: branches: - main - # pull_request: - # branches: - # - main jobs: # 自动部署GitPage gitpage: @@ -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