diff --git a/.github/workflows/dynamic.yml b/.github/workflows/dynamic.yml index bd5a273..a4c4d52 100644 --- a/.github/workflows/dynamic.yml +++ b/.github/workflows/dynamic.yml @@ -56,4 +56,5 @@ jobs: - uses: actions/checkout@v2 - name: Check doc index up to date run: | - ./scripts/update_docs_index.sh \ No newline at end of file + ./scripts/update_docs_index.sh + ./scripts/update_docs_methods.sh \ No newline at end of file diff --git a/scripts/update_docs_method.sh b/scripts/update_docs_methods.sh similarity index 100% rename from scripts/update_docs_method.sh rename to scripts/update_docs_methods.sh