Make site build on gitlab pages #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Ideally the site would build as a gitlab pages file (or similar CI/CD).
I've put in a
.gitlab-ci.ymlfile that successfully builds, but it seems that it doesn't build properly, likely due to issues with URL resolution. The_config.ymlfile requirements for Gitlab pages is that thebaseurlis set to the name of the repo, ie/babka-social-blogbut the site itself seems to useurlinstead, at least in some places.assigned to @vosaul
changed the description
It builds.