From b3e83294ce445ba00438b43501733602135e8e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Krzemin=CC=81ski?= Date: Tue, 17 Sep 2024 16:35:13 +0200 Subject: [PATCH] Make sure dist directory isn't there --- .github/workflows/deploy-to-stream-dist.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy-to-stream-dist.yml b/.github/workflows/deploy-to-stream-dist.yml index 8efcb8183..baee5bd3f 100644 --- a/.github/workflows/deploy-to-stream-dist.yml +++ b/.github/workflows/deploy-to-stream-dist.yml @@ -36,7 +36,6 @@ jobs: rm -rf "$DIST_DIR" mkdir -p "$SRC_DIR" - mkdir -p "$DIST_DIR" rsync -av --exclude-from=.distignore "$ROOT_DIR/" "$SRC_DIR/"