]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update Watch Docs Previews GitHub action
authorSebastián Ramírez <tiangolo@gmail.com>
Mon, 20 Jul 2020 14:35:26 +0000 (16:35 +0200)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2020 14:35:26 +0000 (16:35 +0200)
.github/workflows/watch-docs-previews.yml

index e73fd53dd1843591f7eb07f6983149335c0b4bc0..b3253b9c679f6d5b26ae426d35e1af5ea0bc027e 100644 (file)
@@ -1,7 +1,7 @@
-name: Deploy Docs
+name: Watch Docs Previews
 on:
   schedule:
-    - cron: "0 * * * *"
+    - cron: "* * * * *"
 
 jobs:
   deploy: