diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7d47b66..70c4b86 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,7 +27,7 @@ jobs: #if: github.ref == 'refs/heads/master' with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./build + publish_dir: ./ user_name: github-actions[bot] user_email: 41898282+github-actions[bot]@users.noreply.github.com cname: blog.dcspark.io