fix: reference latest docs for Forgejo Runner & Actions, not next (#771)

"For the installation of the runner..." is currently pointing to a 404, https://forgejo.org/docs/next/admin/actions/runner-installation/, as this has page has been removed in https://codeberg.org/forgejo/docs/issues/1847.  Reference latest instead of next, as latest represents Codeberg's state more accurately than next.

A redirect is in progress (https://codeberg.org/forgejo/website/pulls/817) but hasn't been merged on the Forgejo website.

Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/771
Reviewed-by: Robert Wolff <mahlzahn@posteo.de>
Co-authored-by: Mathieu Fenniak <mathieu@fenniak.net>
Co-committed-by: Mathieu Fenniak <mathieu@fenniak.net>
This commit is contained in:
Mathieu Fenniak 2026-03-26 16:58:10 +01:00 committed by Robert Wolff
parent f717140c07
commit d5dbed89c4
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ determine where your Runner will accept workflows from.
## Installing Forgejo Runner
For the installation of the runner, see the [Forgejo documentation](https://forgejo.org/docs/next/admin/actions/runner-installation/).
For the installation of the runner, see the [Forgejo documentation](https://forgejo.org/docs/latest/admin/actions/runner-installation/).
## References

View file

@ -44,7 +44,7 @@ The `token` will automatically be filled by Forgejo Actions with a secret token,
If you use branches to test out new features, write draft blog posts, etc., you should either limit the whole workflow, or this step only, to pushes to a default branch (usually `main` or `master`) to ensure that only finalized content is published to your site.
To do this, either add a [`on.push.branches` list](https://forgejo.org/docs/next/user/actions/reference/#onpush) to the whole workflow, or add [an `if` condition to the step](https://forgejo.org/docs/next/user/actions/reference/#jobsjob_idstepsif-1) (or [to the whole job](https://forgejo.org/docs/next/user/actions/reference/#jobsjob_idif)) like this:
To do this, either add a [`on.push.branches` list](https://forgejo.org/docs/latest/user/actions/reference/#onpush) to the whole workflow, or add [an `if` condition to the step](https://forgejo.org/docs/latest/user/actions/reference/#jobsjob_idstepsif-1) (or [to the whole job](https://forgejo.org/docs/latest/user/actions/reference/#jobsjob_idif)) like this:
{% raw %}