From dce395180637fc36cef4d42a605a22338c0ac241 Mon Sep 17 00:00:00 2001 From: aaronlamz Date: Thu, 22 Aug 2024 13:46:21 +0800 Subject: [PATCH] fix deploy --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index adcfbef..b4b1b7f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,5 +28,5 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist - destination_dir: navpress # 部署到 navpress 子目录 - cname: aaronlamz.github.io # 可选: 如果你需要自定义域名 \ No newline at end of file + # destination_dir: navpress # 部署到 navpress 子目录,不指定就是根目录 + # cname: aaronlamz.github.io # 可选: 如果你需要自定义域名 \ No newline at end of file