diff --git a/.github/workflows/docs-gb-update-file-references.yaml b/.github/workflows/docs-gb-update-file-references.yaml index 271e026b69..1508c4fd4f 100644 --- a/.github/workflows/docs-gb-update-file-references.yaml +++ b/.github/workflows/docs-gb-update-file-references.yaml @@ -29,7 +29,7 @@ jobs: - name: Update file references in docs run: | - make docs-gitbook-update-file-references + make docs-gitbook-update-code-references git add . git commit -m "Update file references in docs" git push