Skip to content

ManageIQ/manageiq.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

manageiq.github.io

Build Status

This is the GitHub pages repo for manageiq.org.

The files in master are generated from a number of repos, so changes are not made here.

If you'd like to make changes to manageiq.org, please do so here:

Build

From the repos above, the trigger.sh script is called using the following snippet in the .travis.yml

deploy:
  provider: script
  skip_cleanup: true
  script: curl -sSL https://raw.githubusercontent.com/ManageIQ/manageiq.github.io/build/trigger.sh | bash -s
  on:
    branch: master

The trigger script pokes Travis to re-run the build branch in this repo. The build branch checks out the repos above, executes the build, and when complete, deploys the dest directory to the master branch, which is configured for GitHub pages.

License

This project is available as open source under the terms of the Apache License 2.0.

About

GitHub pages site for manageiq.org

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages