Skip to content

Make the attrs of non-element vnodes always non-null. #1

Make the attrs of non-element vnodes always non-null.

Make the attrs of non-element vnodes always non-null. #1

Workflow file for this run

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 }}