-
How can we integrate a specific static site generator (SSG) like Jekyll or Hugo into the given .gitlab-ci.yml snippet to automate site generation and ensure compatibility with the artifact structure?
Details to consider:
- What specific command should replace for Jekyll or Hugo?
- How should the CI/CD pipeline handle dependencies (e.g., Ruby for Jekyll or Go for Hugo)?
- Can this setup be extended to deploy the generated site to GitLab Pages?
- Are there any changes needed to the artifacts or expire_in parameters for long-term hosting?
Please register or sign in to comment