Jacky Zhao
2022-02-28 e06e341468202eebd928dee6a222ea118ef06331
fix: explicitly set root as current directory to fix ignore files
1 files added
1 files modified
3 ■■■■ changed files
.github/workflows/deploy.yaml 3 ●●●● patch | view | raw | blame | history
.hugo_build.lock patch | view | raw | blame | history
.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
          cname: quartz.jzhao.xyz
.hugo_build.lock