From 9dd185fb0cc5ceb971504eb557578ff1b9c4dfaf Mon Sep 17 00:00:00 2001 From: Marcos Paulo Date: Wed, 2 Sep 2026 00:48:32 +0000 Subject: [PATCH] fix: document correct pages URL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7455a69..f00b582 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ npm run verify The Gitea instance has a Pages Server configured to publish a repository’s `pages` branch under `pages.marcospaulo.dev.br`. The intended site address is: - + If the URL is not available yet, verify that the `pages` branch exists and that -the repository’s Gitea Actions workflow has completed. Gitea itself does not +the repository’s `pages` branch exists. Gitea itself does not provide a built-in Pages server; this setup uses the instance’s separate Pages Server and Actions deployment path.