Skip to content

Commit

Permalink
Turn off qiskit.org docs deploy (#801) (#802)
Browse files Browse the repository at this point in the history
This is no longer necessary now that `docs.quantum.ibm.com` has its own copy of `objects.inv`.
  • Loading branch information
Eric-Arellano committed Jan 26, 2024
1 parent 641249e commit 72b72f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 40 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Docs Publish
name: Docs Upload
on:
push:
tags:
Expand All @@ -22,12 +22,8 @@ jobs:
python -m pip install --upgrade pip
pip install -U virtualenv setuptools wheel tox
sudo apt-get install -y graphviz pandoc
- name: Build and publish
env:
encrypted_rclone_key: ${{ secrets.encrypted_rclone_key }}
encrypted_rclone_iv: ${{ secrets.encrypted_rclone_iv }}
run: |
tools/deploy_documentation.sh
- name: Build docs
run: tox -e docs
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
Expand Down
33 changes: 0 additions & 33 deletions tools/deploy_documentation.sh

This file was deleted.

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

0 comments on commit 72b72f4

Please sign in to comment.