From dcee5d94a21d88d04ea6230e1958eb1cedaae637 Mon Sep 17 00:00:00 2001 From: Dario Coscia Date: Sat, 15 Mar 2025 20:31:01 +0100 Subject: [PATCH] update workflow, rm tutorial 4 data --- .github/workflows/export_tutorials.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/export_tutorials.yml b/.github/workflows/export_tutorials.yml index ac2d10d..cdae25c 100644 --- a/.github/workflows/export_tutorials.yml +++ b/.github/workflows/export_tutorials.yml @@ -60,7 +60,7 @@ jobs: - name: Remove unwanted files run: | - rm -rf build/ + rm -rf build/ tutorials/tutorial4/data/ - name: Create Pull Request uses: peter-evans/create-pull-request@v5.0.2 with: