Add Mirame360 oEmbed provider (#935) #23
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: Automatic site deployment | |
| on: | |
| push: | |
| branches: | |
| - master | |
| workflow_dispatch: | |
| jobs: | |
| run-update: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Call update URL | |
| run: curl -X GET "https://www.iamcal.com/oembed-update/run.php" |