From 369799b74bd02083a9f72d2c3d1706c8e8c0c560 Mon Sep 17 00:00:00 2001 From: Quantaindew <35188255+Quantaindew@users.noreply.github.com> Date: Tue, 26 Nov 2024 06:21:09 +0530 Subject: [PATCH] test2 --- .github/workflows/github-actions-demo.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 3ef27bd..640ec24 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -20,10 +20,10 @@ jobs: run: | chmod -R 755 . git config --global --add safe.directory "$GITHUB_WORKSPACE" - # - name: 'Clean and prepare' - # run: | - # find . -name "node_modules" -type d -prune -exec rm -rf '{}' + - # find . -name ".git" -type d -prune -exec rm -rf '{}' + + - name: 'Clean and prepare' + run: | + find . -name "node_modules" -type d -prune -exec rm -rf '{}' + + find . -name ".git" -type d -prune -exec rm -rf '{}' + - name: 'Sync repo to Protocol Land' run: npm i -g @protocol.land/sync && npx @protocol.land/sync env: