diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index 2b465773..8cad222c 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -9,6 +9,7 @@ on: - main paths: - website/** + - .github/workflows/update_docs.yml jobs: Update-Website: @@ -31,4 +32,4 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./website/build user_name: rmusunuri - user_email: rmusunuri@nygenome.org \ No newline at end of file + user_email: rmusunuri@nygenome.org