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