Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • virttools-web virttools-web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • libvirtlibvirt
  • virttools-webvirttools-web
  • Repository
  • virttools-web
  • public
  • index.html
Find file BlameHistoryPermalink
  • Daniel P. Berrangé's avatar
    Introduce use of GitLab CI for publishing to GitLab Pages · c61df6a0
    Daniel P. Berrangé authored Mar 31, 2020
    To publish to GitLab pages, all that is required is to provide a CI job
    that creates files in a directory called "public" and list that as an
    artifact.
    
    When the CI job completes, the website is immediately available at the
    URL  https://username.gitlab.io/reponame
    
    . This makes it much easier to
    preview changes to the site than with OpenShift apps.
    
    Reviewed-by: default avatarAndrea Bolognani <abologna@redhat.com>
    Signed-off-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
    c61df6a0