Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantaindew committed Nov 26, 2024
1 parent aaa4c9e commit 369799b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 369799b

Please sign in to comment.