From b222c4182af60229f2294f2347925de2e0eb2ae3 Mon Sep 17 00:00:00 2001
From: Yichen Zhao <njuzhaoyichen@gmail.com>
Date: Tue, 14 Sep 2021 12:41:02 +0800
Subject: [PATCH] chore: update build

---
 .github/workflows/build.yml | 2 +-
 README.md                   | 1 +
 njuthesis.dtx               | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index db93fda..41d8da0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
           cp njuthesis.pdf njuthesis/doc
           cp README.md njuthesis/README_ZH_CN.md 
           cp README_EN.md njuthesis/README.md
-          cp -r figure profile LICENSE njuthesis.cls njuthesis
+          cp -r figure LICENSE njuthesis.dtx njuthesis
           zip -r njuthesis_ctan.zip njuthesis
           
       - uses: "marvinpinto/action-automatic-releases@latest"
diff --git a/README.md b/README.md
index c7d18af..ffb03c4 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+# NJU Thesis
 
 [![njuthesis](https://img.shields.io/badge/njuthesis-latex-blue)](https://git.nju.edu.cn/nju-lug/nju-latex-templates)
 [![overleaf](https://img.shields.io/badge/overleaf-supported-brightgreen)](https://tex.nju.edu.cn)
diff --git a/njuthesis.dtx b/njuthesis.dtx
index 164df9f..3bb3027 100644
--- a/njuthesis.dtx
+++ b/njuthesis.dtx
@@ -24,7 +24,7 @@
 %</internal>
 %
 %<*readme>
-%# NJU Thesis
+# NJU Thesis
 
 [![njuthesis](https://img.shields.io/badge/njuthesis-latex-blue)](https://git.nju.edu.cn/nju-lug/nju-latex-templates)
 [![overleaf](https://img.shields.io/badge/overleaf-supported-brightgreen)](https://tex.nju.edu.cn)
-- 
GitLab