oclero / qlementine

⚠️🏗️ [WORK IN PROGRESS] 🍊Modern QStyle for desktop Qt5/Qt6 applications.
https://oclero.github.io/qlementine/
MIT License
71 stars 14 forks source link

Setup Docs deployment #37

Closed oclero closed 12 months ago

oclero commented 1 year ago

Setup steps

  1. Create a GitHub project named qlementine-docs
  2. Get the token for this project in read+write mode.
  3. Get the token for qlementine in read-only mode.
  4. Enable GitHub pages to serve qlementine-docs content.

CI steps

  1. In qlementine project, on every commit on the master branch:
    1. Checkout master
    2. Run mkdocs to get the website built to /public folder.
  2. After that, in qlementine-docs project:
    1. Wipe out qlementine-docs content.
    2. Push the content of the /public folder to qlementine-docs
oclero commented 1 year ago

See https://github.com/marketplace/actions/github-pages-action