Merge pull request #172 from matchadolly/main #132
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Sync themes | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - "main" | |
| paths: | |
| - "themes/**" | |
| jobs: | |
| sync: | |
| name: Sync | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Send sync request | |
| run: | | |
| curl -H 'Content-Type: application/json' https://themes-api.notesnook.com/sync |