Add mjml-python to ports, and update missing implementation for MRML. #168
This file contains 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: Build Documentation | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
buildDoc: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Trigger Documentation Build | |
uses: peter-evans/repository-dispatch@v1 | |
with: | |
token: ${{ secrets.documentation_token }} | |
repository: mjmlio/slate | |
event-type: build-doc |