From d1d2ce2377f2cd9f5c4684038375f07f4df18cd8 Mon Sep 17 00:00:00 2001 From: Alex Bozhenko Date: Tue, 10 Dec 2024 16:13:32 -0800 Subject: [PATCH] nbe genereate --recreate --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index e6f2f91c..bd33d71c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -50,7 +50,7 @@ jobs: - name: Generate recordings shell: 'script -q -e -c "bash {0}"' run: | - nbe generate recording --exit-on-error + nbe generate recording --exit-on-error --recreate - name: Auto-commit generated recordings uses: stefanzweifel/git-auto-commit-action@v5