Skip to content

Commit

Permalink
Deploy docs to GitHub Pages (Qiskit#2018)
Browse files Browse the repository at this point in the history
Co-authored-by: Jun Doi <doichan@jp.ibm.com>
  • Loading branch information
arnaucasau and doichanj committed Jan 17, 2024
1 parent 8641d1d commit c3a72db
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 37 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@ jobs:
python -m pip install --upgrade pip
pip install -U virtualenv setuptools wheel tox
sudo apt-get install graphviz pandoc build-essential libopenblas-dev
- name: Build and publish
- name: Build docs
env:
encrypted_rclone_key: ${{ secrets.encrypted_rclone_key }}
encrypted_rclone_iv: ${{ secrets.encrypted_rclone_iv }}
QISKIT_DOCS_BUILD_TUTORIALS: 'always'
run: |
tools/deploy_documentation.sh
run: tox -edocs
- name: Bypass Jekyll Processing # Necessary for setting the correct css path
run: touch docs/_build/html/.nojekyll
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: docs/_build/html/
32 changes: 0 additions & 32 deletions tools/deploy_documentation.sh

This file was deleted.

Binary file removed tools/rclone.conf.enc
Binary file not shown.

0 comments on commit c3a72db

Please sign in to comment.