From e06e341468202eebd928dee6a222ea118ef06331 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Mon, 28 Feb 2022 15:14:55 +0000
Subject: [PATCH] fix: explicitly set root as current directory to fix ignore files

---
 .github/workflows/deploy.yaml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index 933261f..8d4b137 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -17,6 +17,7 @@
           index: true
           input: content
           output: static
+          root: .
 
       - name: Setup Hugo
         uses: peaceiris/actions-hugo@v2
@@ -33,4 +34,4 @@
           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

--
Gitblit v1.10.0