Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O opensourcediversity.org
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Source Diversity
  • opensourcediversity.org
  • Merge requests
  • !122

ci: Use tidy to catch HTML errors in CI (closes #120)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Justin W. Flory requested to merge add/ci into main May 20, 2021
  • Overview 2
  • Commits 1
  • Pipelines 0
  • Changes 3

This commit removes the GitLab CI cruft and adds some Circle CI config files for the site. Right now, the pipeline is really simple since our site is really simple. It is just one raw HTML page.

This may change over time if we explore other tools like Jekyll or Hugo for building and publishing a static website.

Closes #120 (closed). It is passing for an implementation, but the CI pipeline is not as integrated as I would have liked. But it works and it enables us to better catch problems before they make it to production.

CC: @jancborchardt @jonatoni

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: add/ci