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