From e65cd36b2e301069a9fdc81c01cb9cd3a951dca5 Mon Sep 17 00:00:00 2001 From: amtoaer Date: Fri, 5 Jul 2024 22:35:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=9B=BA=E5=AE=9A=20CNAME=20=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=8C=E4=BF=AE=E6=94=B9=20gh-pages=20=E5=88=86?= =?UTF-8?q?=E6=94=AF=E7=9A=84=E6=8F=90=E4=BA=A4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/doc.yaml | 3 ++- docs/public/CNAME | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 docs/public/CNAME diff --git a/.github/workflows/doc.yaml b/.github/workflows/doc.yaml index 1db8186..cd17f2b 100644 --- a/.github/workflows/doc.yaml +++ b/.github/workflows/doc.yaml @@ -36,4 +36,5 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: docs/.vitepress/dist - force_orphan: true \ No newline at end of file + force_orphan: true + commit_message: 部署来自 main 的最新文档变更: \ No newline at end of file diff --git a/docs/public/CNAME b/docs/public/CNAME new file mode 100644 index 0000000..fc50adb --- /dev/null +++ b/docs/public/CNAME @@ -0,0 +1 @@ +bili-sync.allwens.work \ No newline at end of file