diff --git a/.woodpecker/gitea.yml b/.woodpecker/gitea/gitea.yml similarity index 100% rename from .woodpecker/gitea.yml rename to .woodpecker/gitea/gitea.yml diff --git a/.woodpecker/go-lint.yml b/.woodpecker/gitea/go-lint.yml similarity index 100% rename from .woodpecker/go-lint.yml rename to .woodpecker/gitea/go-lint.yml diff --git a/.woodpecker/publish-docs.yml b/.woodpecker/gitea/publish-docs.yml similarity index 100% rename from .woodpecker/publish-docs.yml rename to .woodpecker/gitea/publish-docs.yml diff --git a/.woodpecker/github.yml b/.woodpecker/github/github.yml similarity index 100% rename from .woodpecker/github.yml rename to .woodpecker/github/github.yml diff --git a/docs/content/config/gocron.md b/docs/content/config/gocron.md index 6848d9c..3b650fc 100644 --- a/docs/content/config/gocron.md +++ b/docs/content/config/gocron.md @@ -9,10 +9,6 @@ Backy provides an easy-to-use way to execute commands at a specified time. Adding `cron: 0 0 1 * * *` to a `cmdLists` object will schedule the list at 1 in the morning. See [https://crontab.guru/](https://crontab.guru/) for reference. -{{% notice tip %}} -Note: Backy uses the second field of cron, so add anything except `*` to the beginning of a regular cron expression. -{{% /notice %}} - GoCron allows one to configure a server to view the jobs in the scheduler. See [GoCron UI GitHub](https://github.com/go-co-op/gocron-ui). GoCron can be configured or left alone for defaults.