fix: document correct pages URL

This commit is contained in:
Marcos Paulo
2026-09-02 00:48:32 +00:00
parent cdf889db80
commit 9dd185fb0c
+2 -2
View File
@@ -34,10 +34,10 @@ npm run verify
The Gitea instance has a Pages Server configured to publish a repositorys
`pages` branch under `pages.marcospaulo.dev.br`. The intended site address is:
<https://ai-for-dummies.netcracker.pages.marcospaulo.dev.br>
<https://netcracker.pages.marcospaulo.dev.br/ai-for-dummies/>
If the URL is not available yet, verify that the `pages` branch exists and that
the repositorys Gitea Actions workflow has completed. Gitea itself does not
the repositorys `pages` branch exists. Gitea itself does not
provide a built-in Pages server; this setup uses the instances separate Pages
Server and Actions deployment path.