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

chore: adjust action frequency
This commit is contained in:
mathuo 2022-05-04 20:00:31 +01:00 committed by GitHub
commit 2883276888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: