Skip to content

Commit

Permalink
Deploy docs to GitHub Pages (backport #115) (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: Arnau Casau <[email protected]>
  • Loading branch information
mergify[bot] and arnaucasau authored Jan 12, 2024
1 parent f4fa440 commit 597de04
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 33 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,18 @@ jobs:
pip install jupyter qiskit-terra[visualization]
sudo apt-get install -y pandoc graphviz
shell: bash
- name: Build and publish
- name: Build docs
env:
encrypted_rclone_key: ${{ secrets.encrypted_rclone_key }}
encrypted_rclone_iv: ${{ secrets.encrypted_rclone_iv }}
QISKIT_PARALLEL: False
QISKIT_DOCS_BUILD_TUTORIALS: 'always'
run: |
echo "earliest_version: 0.1.0" >> releasenotes/config.yaml
tools/ignore_untagged_notes.sh
make html
tools/deploy_documentation.sh
shell: bash
- 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/
29 changes: 0 additions & 29 deletions tools/deploy_documentation.sh

This file was deleted.

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

0 comments on commit 597de04

Please sign in to comment.