Skip to content

Commit

Permalink
Turn off qiskit.org docs deploy (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Jan 26, 2024
1 parent 3de8e82 commit 786b494
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 39 deletions.
15 changes: 8 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,9 +22,10 @@ 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:
name: html_docs
path: 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 786b494

Please sign in to comment.