mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-08-15 14:53:29 -07:00
Add server: codeberg.page to Forgejo Actions Pages deployment example (#825)
This should reduce support load for first-deployment TLS issues. Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/825 Reviewed-by: Bastian Greshake Tzovaras <gedankenstuecke@noreply.codeberg.org>
This commit is contained in:
parent
bcda6d99c5
commit
33094726bb
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ To use it, simply add it as a final step to your workflow:
|
|||
- uses: https://codeberg.org/git-pages/action@v2
|
||||
with:
|
||||
site: 'https://${{ forge.repository_owner }}.codeberg.page/repository-name/'
|
||||
server: codeberg.page
|
||||
token: ${{ forge.token }}
|
||||
source: _site/
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue