diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7051310..acfeae3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ on: - hn_feedback paths: - '.github/workflows/deploy.yml' - - 'website/**' + - 'docs/**' jobs: deploy: @@ -49,4 +49,4 @@ jobs: if: github.ref == 'refs/heads/main' with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./website/build \ No newline at end of file + publish_dir: ./docs/build \ No newline at end of file