ci: fix docs job
diff --git a/Earthfile b/Earthfile
index 0ef8ed3..9b82313 100644
--- a/Earthfile
+++ b/Earthfile
@@ -174,5 +174,5 @@
   FROM +mkdocs-image
   COPY . /docs
   RUN mkdocs build
-  RUN --push --secret GITHUB_TOKEN git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/vexxhost/magnum-cluster-api.git
+  RUN --push --secret GITHUB_TOKEN git remote set-url origin https://x-access-token:${GITHUB_TOKEN}@github.com/vexxhost/atmosphere.git
   RUN --push mkdocs gh-deploy --force