From cd7a5724fdcc181c22a7beb0b03b707cb22a9000 Mon Sep 17 00:00:00 2001 From: Denis Fadeev Date: Tue, 4 Jun 2024 15:18:49 +0300 Subject: [PATCH] docs:build --- .github/workflows/generated.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generated.yaml b/.github/workflows/generated.yaml index 5967b3fd..09d438fa 100644 --- a/.github/workflows/generated.yaml +++ b/.github/workflows/generated.yaml @@ -24,13 +24,13 @@ jobs: - name: Generate docs run: | - yarn docs + yarn docs:build - name: Check for changes run: | if git diff --exit-code --ignore-space-change --ignore-all-space --ignore-cr-at-eol -- pkg docs; then echo "Generated files are up-to-date." else - echo "::error::Generated files are not up-to-date. Please run 'yarn docs' locally and commit any changes." + echo "::error::Generated files are not up-to-date. Please run 'yarn docs:build' locally and commit any changes." exit 1 fi