From 195c23f8d6243f170144938b4d32c597d0ae2da0 Mon Sep 17 00:00:00 2001 From: Sarani Mendis Date: Thu, 21 Mar 2024 16:13:44 +0530 Subject: [PATCH] Remove command for updating draft specs list on ballerina-prod-website --- .github/workflows/update_release.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/update_release.yml b/.github/workflows/update_release.yml index 63200967..c15677a1 100644 --- a/.github/workflows/update_release.yml +++ b/.github/workflows/update_release.yml @@ -75,9 +75,6 @@ jobs: - name: Update the list of draft specs in ballerina-dev-website run: python3 .github/scripts/update_specs_table.py ballerina-dev-website/spec/spec.md - - name: Update the list of draft specs in ballerina-prod-website - run: python3 .github/scripts/update_specs_table.py ballerina-platform.github.io/spec/spec.md - - name: Sync ballerina-spec with ballerina-dev-website run: | cd ballerina-dev-website