Skip to content

Commit

Permalink
Make sure dist directory isn't there
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinkrzeminski committed Sep 17, 2024
1 parent 0bd0407 commit b3e8329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy-to-stream-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand Down

0 comments on commit b3e8329

Please sign in to comment.