Is it possible to upload pages without the Pages job?

Is it possible to upload the public folder from a job for GitLab pages site without the use of the pages: job?

I don’t think so. Is there a specific reason why you need to avoid using the pages job?

@snim2 thanks for the reply. sorry for the late followup.

I wanted to use a sane configuration in my Maven POM for generating a site. It’s a small thing really, but telling Maven, after artifacts are passed to the pages job, that the location is file://public in the distribution element of the POM feels… icky. It works. But the Maven site uses that link in the output. I haven’t found a way to correct for how the pages job works and the site plugin generates content.

I’m otherwise good at the moment. Thanks again! I may look at how I can fix this annoyance later.