Skip to content

Commit

Permalink
Fix wrong URL in Codeberg Pages guide
Browse files Browse the repository at this point in the history
  • Loading branch information
daudix authored and Keats committed Aug 18, 2024
1 parent 1aa21e0 commit d6f7be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/documentation/deployment/codeberg-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Then add the following secrets to [Woodpecker](https://ci.codeberg.org/):
- `mail`: Your email address as used by Codeberg.
- `codeberg_token`: [Codeberg access token](https://docs.codeberg.org/advanced/access-token/) with `write:repository` permission.

Once done, you can trigger the CI by pushing something to the repository, and Woodpecker will build the site and copy the resulting site to the `pages` branch and it will be available at `https://<repository>.<user>.codeberg.page`.
Once done, you can trigger the CI by pushing something to the repository, and Woodpecker will build the site and copy the resulting site to the `pages` branch and it will be available at `https://<user>.codeberg.page/<repository>`.

For [custom domain](https://docs.codeberg.org/codeberg-pages/using-custom-domain/), create the `.domains` file inside the `./static/` directory so that it will be copied to the resulting build.

Expand Down

0 comments on commit d6f7be5

Please sign in to comment.