fix(ci): use American Engish

This commit is contained in:
Robert Wolff 2026-04-28 11:59:56 +02:00
parent 9127797fdd
commit b57c15207b
No known key found for this signature in database
GPG key ID: 1614C70AD69A61A1

View file

@ -37,7 +37,7 @@ Replace `repository-name` in the `site` parameter with the name of your reposito
If your repository is also called `pages`, you can also omit the repository name and deploy directly to the site `https://username.codeberg.page/`.
The `source` parameter should point to the directory (relative to the root, after all previous steps in your workflow) where your site generator has put the generated version of your site.
This directory can also contain the `404.html` and `_redirects` files to customize your sites behaviour, as described in the [advanced documentation](/codeberg-pages/advanced-usage/).
This directory can also contain the `404.html` and `_redirects` files to customize your sites behavior, as described in the [advanced documentation](/codeberg-pages/advanced-usage/).
The `token` will automatically be filled by Forgejo Actions with a secret token, which in turn will automatically be recognized by git-pages as authorizing this workflow to publish to this site.