fix: explicitly set root as current directory to fix ignore files

This commit is contained in:
Jacky Zhao 2022-02-28 07:14:55 -08:00
parent 73e526a7d5
commit e06e341468
2 changed files with 2 additions and 1 deletions

View File

@ -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
cname: quartz.jzhao.xyz

0
.hugo_build.lock Normal file
View File