Merge branch 'master' of https://github.com/mathuo/dockview into 84-add-ability-to-have-fixed-panel-with-no-tab-in-dockviewreact

This commit is contained in:
mathuo 2022-05-04 20:00:38 +01:00
commit ce60215af5
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281

View File

@ -1,10 +1,8 @@
name: Deploy Docs
# on:
# schedule:
# - cron: '0 3 * * *' # every day at 3 am UTC
on: [push]
on:
schedule:
- cron: '0 3 * * *' # every day at 3 am UTC
jobs:
deploy-nightly-demo-app: