Merge pull request #98 from mathuo/79-new-documentation-website

chore: fix action runtime
This commit is contained in:
mathuo 2022-05-08 21:05:28 +01:00 committed by GitHub
commit 0932a83f1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,10 @@
name: Deploy Docs
# on:
# schedule:
# - cron: '0 4 * * *'
on:
schedule:
- cron: '0 4 * * *'
on: [push]
# on: [push]
jobs:
deploy-nightly-demo-app: