Skip to content

Commit 9596a36

Browse files
committed
Turn off qiskit.org docs deploy (Qiskit#801)
This is no longer necessary now that `docs.quantum.ibm.com` has its own copy of `objects.inv`.
1 parent 641249e commit 9596a36

File tree

3 files changed

+3
-40
lines changed

3 files changed

+3
-40
lines changed

.github/workflows/docs.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Docs Publish
2+
name: Docs Upload
33
on:
44
push:
55
tags:
@@ -22,12 +22,8 @@ jobs:
2222
python -m pip install --upgrade pip
2323
pip install -U virtualenv setuptools wheel tox
2424
sudo apt-get install -y graphviz pandoc
25-
- name: Build and publish
26-
env:
27-
encrypted_rclone_key: ${{ secrets.encrypted_rclone_key }}
28-
encrypted_rclone_iv: ${{ secrets.encrypted_rclone_iv }}
29-
run: |
30-
tools/deploy_documentation.sh
25+
- name: Build docs
26+
run: tox -e docs
3127
- name: Upload artifact
3228
uses: actions/upload-artifact@v2
3329
with:

tools/deploy_documentation.sh

-33
This file was deleted.

tools/rclone.conf.enc

-304 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)