From fb11c45acae1f2c0da26bd2c560379e710126bc3 Mon Sep 17 00:00:00 2001 From: youngjuning Date: Tue, 28 Feb 2023 22:53:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=85=A5=E8=B0=B7=E6=AD=8C=E5=88=86?= =?UTF-8?q?=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/gh-pages.yml | 1 + .gitignore | 1 + googled29fba422c357ff8.html | 1 + typedoc.json | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 googled29fba422c357ff8.html diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 136df21d..504bee14 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -11,6 +11,7 @@ jobs: - uses: c-hive/gha-yarn-cache@v2 - run: yarn install - run: yarn build + - run: mv googled29fba422c357ff8.html docs/ - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: diff --git a/.gitignore b/.gitignore index f2d09000..48878abd 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ docs/ .DS_Store .idea +.history \ No newline at end of file diff --git a/googled29fba422c357ff8.html b/googled29fba422c357ff8.html new file mode 100644 index 00000000..8644fda0 --- /dev/null +++ b/googled29fba422c357ff8.html @@ -0,0 +1 @@ +google-site-verification: googled29fba422c357ff8.html \ No newline at end of file diff --git a/typedoc.json b/typedoc.json index fc6dc209..806ec6e0 100644 --- a/typedoc.json +++ b/typedoc.json @@ -4,5 +4,6 @@ "theme": "./theme", "out": "docs", "readme": "./README.md", - "sort": ["source-order"] + "sort": ["source-order"], + "gaID": "G-T4TRRS1LB1" } \ No newline at end of file