vmmello 57ee3a4653 FAQ: improves answer of question "Push Hook / Webhook / Actions aren't running" (#130)
On FAQ item: "Push Hook / Webhook / Actions aren't running"

The action suggested in the original answer is not enough to fix the issue when the hooks are not running. For example, when none of the hooks is running, and branches and tags are not in the database, re-running only the update/receive hooks will not have any effect.

This change adds two additional actions: sync branches and tags before running re-running the sync of update/receive hooks.

Also added a comment about filesystems mounted with `no-exec` option.

Co-authored-by: Lunny Xiao <lunny@noreply.gitea.com>
Reviewed-on: https://gitea.com/gitea/docs/pulls/130
Reviewed-by: Lunny Xiao <lunny@noreply.gitea.com>
Co-authored-by: vmmello <vmmello@noreply.gitea.com>
Co-committed-by: vmmello <vmmello@noreply.gitea.com>
2024-12-23 03:44:44 +00:00
2024-12-13 00:09:11 -08:00
2024-12-19 20:33:24 +00:00
2024-05-27 22:16:26 +08:00
2024-06-14 08:53:10 +00:00
2023-02-02 23:30:20 -05:00
2023-07-28 05:52:35 +00:00
2024-06-06 21:08:01 +08:00
2023-10-03 17:13:46 +00:00

Gitea Docs badge

How to build

make clean
make prepare-docs
make build

Development

make clean
make prepare-docs
make serve

Test en version

npm run start
Description
No description provided
Readme Apache-2.0 10 MiB
Languages
JavaScript 61.1%
CSS 30.5%
Shell 5.3%
Makefile 2.8%
MDX 0.3%