docs: only set base-href in CI built docs

This reverts commit c12e59ff7c
This commit is contained in:
Matt Sturgeon 2024-11-18 19:31:12 +00:00
parent cdbda982f0
commit 99b066ba6d
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 32 additions and 10 deletions

View file

@ -12,5 +12,5 @@ class UncachedHTTPHandler(http.server.SimpleHTTPRequestHandler):
with http.server.HTTPServer(("", PORT), UncachedHTTPHandler) as httpd:
print(f"Serving documentation at http://localhost:{PORT}/nixvim")
print(f"Serving documentation at http://localhost:{PORT}")
httpd.serve_forever()