Make the attrs of non-element vnodes always non-null. #1
Workflow file for this run
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: Notify release | |
on: | |
push: | |
tags: ['v*'] | |
jobs: | |
update: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Send workflow dispatch to docs | |
run: gh --repo MithrilJS/docs workflow run package-update.yml -f package=mithril | |
env: | |
GH_TOKEN: ${{ secrets.DOCS_UPDATE_TOKEN }} |