From b97fcc43e826f8412f6632bd833d30cf173d662c Mon Sep 17 00:00:00 2001 From: bgharbi Date: Sun, 17 Sep 2023 13:30:25 +0200 Subject: [PATCH] remove data fetch --- .github/workflows/website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index b07288f8da..6efc32c727 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -22,8 +22,8 @@ jobs: - name: Install dependencies run: yarn - - name: Update dynamic data - run: yarn workspace @starknet-io/cms-scripts update-dynamic-data + #- name: Update dynamic data + # run: yarn workspace @starknet-io/cms-scripts update-dynamic-data - name: Inject slug/short variables uses: rlespinasse/github-slug-action@v4