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.
1 parent 2e4c0d3 commit fc03646Copy full SHA for fc03646
.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={'.*','eslint*','package*.json'} \
+ rsync -avhr --delete --exclude={'.*'} \
34
${{ github.workspace }}/adamlui/perplexity-omnibox/ \
35
${{ github.workspace }}/adamlui/ai-apps/perplexity-omnibox/
36
0 commit comments