From 6d2ab57509602833e9c4cac126d070c833d6b7fd Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周六, 21 11月 2020 10:16:05 +0800
Subject: [PATCH] remove automatic deployment of docs

---
 .github/workflows/cpp.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml
index fdc6e2e..f118b8b 100644
--- a/.github/workflows/cpp.yml
+++ b/.github/workflows/cpp.yml
@@ -1,4 +1,4 @@
-name: Github_Actions
+name: Github_CI
 on:
    push: 
 jobs:

--
Gitblit v1.9.1