mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-28 14:40:33 +03:00
fix links and trim image
This commit is contained in:
parent
216de1e157
commit
ada0c839ad
4 changed files with 5 additions and 5 deletions
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 12 KiB |
|
@ -7,7 +7,7 @@ license: 'CC-BY-SA-4.0'
|
|||
|
||||
## Quick start
|
||||
|
||||
If you want a quick way to get started with some examples, check out the [quick start guide](./quick-start.md).
|
||||
If you want a quick way to get started with some examples, check out the [quick start guide](./quick-start/).
|
||||
|
||||
## About GitHub Actions
|
||||
|
||||
|
@ -23,7 +23,7 @@ Workflows are not executed by the Forgejo instance itself. Instead, they are han
|
|||
|
||||
In order for a workflow to run, an appropriate runner needs to be available to the repository. You can view the available runners in the repository settings, under Actions > Runners.
|
||||
|
||||
If the instance does not provide runners, or if you wish to use your own runners, check out the [Forgejo Runner installation guide](../../admin/runner-installation.md) to see how to set up and connect your own runner.
|
||||
If the instance does not provide runners, or if you wish to use your own runners, check out the [Forgejo Runner installation guide](../../admin/runner-installation/) to see how to set up and connect your own runner.
|
||||
|
||||
## Alternative CI options
|
||||
|
||||
|
|
|
@ -61,5 +61,5 @@ An action is a reusable procedure for doing something in your CI workflow. In ma
|
|||
|
||||
Commit these changes and push them to the main branch of the repository.
|
||||
|
||||
6. Go to the actions tab and view the output the most recent run. You should see two new steps.
|
||||
6. Go to the actions tab and view the output the most recent run. You should see the two new steps.
|
||||

|
||||
|
|
|
@ -29,8 +29,8 @@ involved in running it on their machines.
|
|||
- [Tags and Releases](./releases/)
|
||||
- [Branch and tag protection](./protection/)
|
||||
- Actions
|
||||
- [Overview](./actions/overview.md)
|
||||
- [Quick start guide](./actions/quick-start.md)
|
||||
- [Overview](./actions/overview/)
|
||||
- [Quick start guide](./actions/quick-start/)
|
||||
- [Git blame](./blame/)
|
||||
- [README badges](./readme-badges/)
|
||||
- Advanced Usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue