Skip to content

Commit

Permalink
test 3 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantaindew committed Nov 26, 2024
1 parent 369799b commit 4f61e42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,9 @@ jobs:
run: |
chmod -R 755 .
git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: 'Clean and prepare'
- name: 'Clean node_modules'
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:
Expand Down

0 comments on commit 4f61e42

Please sign in to comment.