From e06e341468202eebd928dee6a222ea118ef06331 Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Mon, 28 Feb 2022 07:14:55 -0800 Subject: [PATCH] fix: explicitly set root as current directory to fix ignore files --- .github/workflows/deploy.yaml | 3 ++- .hugo_build.lock | 0 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .hugo_build.lock diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 933261f9..8d4b137c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -17,6 +17,7 @@ jobs: index: true input: content output: static + root: . - name: Setup Hugo uses: peaceiris/actions-hugo@v2 @@ -33,4 +34,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./public publish_branch: master # deploying branch - cname: quartz.jzhao.xyz \ No newline at end of file + cname: quartz.jzhao.xyz diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 00000000..e69de29b