From abb60b825dae170f6e436d7ba49e66c80c2ab018 Mon Sep 17 00:00:00 2001 From: cxykevin Date: Sat, 18 May 2024 12:51:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20src/SUMMARY.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 4230583..16b0799 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -3,6 +3,7 @@ [前言](./intro.md) [贡献者名单](./contributors.md) +[协议与约定](./conventions.md) # 学习电脑 - [何为电脑](./learn_computer_basic/what_is_computer.md) From 77029513a2815e9c10ee23bea1a3a32398dfcebe Mon Sep 17 00:00:00 2001 From: cxykevin Date: Sat, 18 May 2024 12:52:31 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/build?= =?UTF-8?q?.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 8719399..cab0155 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -1,6 +1,6 @@ name: Build and Publish run-name: Build and Publish book (${{ gitea.actor }}) -on: [push, pull_request] +on: [push] jobs: Run: