Qiskit-Extensions / qiskit-ibm-experiment

Allows accessing the IBM Quantum experiment database.
https://qiskit-extensions.github.io/qiskit-ibm-experiment
Apache License 2.0
10 stars 16 forks source link

Set up GitHub Pages #97

Closed arnaucasau closed 8 months ago

arnaucasau commented 8 months ago

Instructions

The project now has the documentation deployed in a branch called gh-pages, but we need to set up the repo to use GitHub Pages by following the next 5 steps:

  1. Navigate to your site's repository
  2. Click Settings
  3. Go to Pages
  4. Select Deploy from a branch, under the Source section on Build and deployment
  5. Select the gh-pages branch and the / (root) folder in the Branch section on Build and deployment

GitHubPages-example

The default URL where you can find your site is https://qiskit-extensions.github.io/qiskit-ibm-experiment

For further information, you can see the GitHub Pages Quickstart and https://github.com/Qiskit/ecosystem/issues/578.

coruscating commented 8 months ago

Done and updated the website URL in the About section, thanks for pointing this out!