Skip to content

Commit d4558f6

Browse files
authored
Removed the steps component to make sure it builds without first
1 parent f1e6461 commit d4558f6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/docs/en/guides/deploy/codeberg.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { Steps } from '@astrojs/starlight/components';
1111
You can use Codeberg Pages to host your Astro site directly from a repository on Codeberg.
1212
## How to deploy
1313
You can use Codeberg CI to automatically build and deploy your site, publishing your Astro site to Codeberg Pages. For this, your source code must be hosted on Codeberg, and do the following:
14-
<Steps>
14+
1515
1. Open an issue [here](https://codeberg.org/Codeberg-e.V./requests/issues), tag it with `ci`, select `Expected Resource Usage` as `medium`, add your own Codeberg username in `I would also like the following users to be added`, and fill in the rest as you see fit. Wait for approval.
1616
2. Configure the [`site`](/en/reference/configuration-reference/#site) and [`base`](/en/reference/configuration-reference/#base) settings in the `astro.config.mjs` file.
1717
```js title="astro.config.mjs" ins={4-5}
@@ -116,6 +116,4 @@ git push origin pages
116116
117117
6. Commit your changes and push to Codeberg. Codeberg will deploy automatically for you.
118118
119-
</Steps>
120-
121119
Your site should now be publishable! When you push updates to your Astro project's repository, the Codeberg CI pipeline will automatically deploy them.

0 commit comments

Comments
 (0)