docs: update CI badge links in README and CI setup documentation

This commit is contained in:
MayaTheShy
2025-11-09 00:13:18 -05:00
parent 0b66170c27
commit 8bbf7a9256
2 changed files with 2 additions and 4 deletions

View File

@@ -76,11 +76,9 @@ Currently relies on successful compilation. Future additions:
Add this to your Gitea repository README: Add this to your Gitea repository README:
```markdown ```markdown
[![CI](https://your-gitea-instance.com/username/starworld/actions/workflows/ci.yml/badge.svg)](https://your-gitea-instance.com/username/starworld/actions) [![CI](https://git.spatulaa.com/MayaTheShy/Starworld/actions/workflows/ci.yml/badge.svg)](https://git.spatulaa.com/MayaTheShy/Starworld/actions)
``` ```
Replace `your-gitea-instance.com` and `username` with your actual values.
## Debugging CI Failures ## Debugging CI Failures
### Build Failures ### Build Failures

View File

@@ -1,6 +1,6 @@
# Starworld (StardustXR + Overte Client) # Starworld (StardustXR + Overte Client)
[![CI](https://gitea.example.com/yourusername/starworld/actions/workflows/ci.yml/badge.svg)](https://gitea.example.com/yourusername/starworld/actions) [![CI](https://git.spatulaa.com/MayaTheShy/Starworld/actions/workflows/ci.yml/badge.svg)](https://git.spatulaa.com/MayaTheShy/Starworld/actions)
## Overview ## Overview