diff --git a/docs/_images/user/actions/repo-runner-list.png b/docs/_images/user/actions/repo-runner-list.png index 6430d934..bfcf5506 100644 Binary files a/docs/_images/user/actions/repo-runner-list.png and b/docs/_images/user/actions/repo-runner-list.png differ diff --git a/docs/user/actions/overview.md b/docs/user/actions/overview.md index d9403a85..db96afcf 100644 --- a/docs/user/actions/overview.md +++ b/docs/user/actions/overview.md @@ -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 diff --git a/docs/user/actions/quick-start.md b/docs/user/actions/quick-start.md index b614f3e9..c8976850 100644 --- a/docs/user/actions/quick-start.md +++ b/docs/user/actions/quick-start.md @@ -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. ![workflow run with checkout](../../_images/user/actions/actions-demo-checkout.png) diff --git a/docs/user/index.md b/docs/user/index.md index f3350d40..58d47e53 100644 --- a/docs/user/index.md +++ b/docs/user/index.md @@ -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