We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rsync --exclude
1 parent 26bcc83 commit 68a2806Copy full SHA for 68a2806
.github/workflows/sync-changes.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Sync ** to adamlui/ai-apps/perplexity-omnibox/
32
run: |
33
- rsync -avhr --delete --exclude={'.*'} \
+ rsync -avhr --delete --exclude '.*' \
34
${{ github.workspace }}/adamlui/perplexity-omnibox/ \
35
${{ github.workspace }}/adamlui/ai-apps/perplexity-omnibox/
36
0 commit comments