move images to content dir and use relative paths

This is necessary for the website upgrade to Astro v3, which has a new built-in image API.
This commit is contained in:
Caesar Schinas 2023-08-31 01:08:10 +01:00
parent 852b447f91
commit c64d2ccd06
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF
53 changed files with 38 additions and 38 deletions

View file

@ -168,7 +168,7 @@ The `Forgejo runner` needs to connect to a `Forgejo` instance and must be regist
- in `/user/settings/actions/runners` to accept workflows from all repositories of the logged in user
- in `/{owner}/{repository}/settings/actions/runners` to accept workflows from a single repository.
![add a runner](../../../../images/v1.21/user/actions/runners-add.png)
![add a runner](../_images/user/actions/runners-add.png)
For instance, using a token obtained for a test repository from `next.forgejo.org`:
@ -343,7 +343,7 @@ To verify it is actually available for the targeted repository, go to `/{owner}/
- available to all repositories within an organization or a user
- available to all repositories, with the **Global** type
![list the runners](../../../../images/v1.21/user/actions/list-of-runners.png)
![list the runners](../_images/user/actions/list-of-runners.png)
Adding the `.forgejo/workflows/demo.yaml` file to the test repository: