Skip to content

Commit

Permalink
Moving to new docs (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ authored Jul 31, 2024
1 parent cd16402 commit c38cd3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
22 changes: 1 addition & 21 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,24 +131,4 @@ jobs:
run: |
cd .github/workflows/docs
mkdir extensions
./build-docs -d ${GITHUB_WORKSPACE}/.github/workflows/docs/extensions/api
- name: Upload docs as artefact
uses: actions/upload-pages-artifact@v3
with:
path: .github/workflows/docs/extensions

publish_docs:
name: Publish docs
if: github.event_name == 'release'
needs: build_docs
runs-on: ubuntu-22.04
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/[email protected]
./build-docs -d ${GITHUB_WORKSPACE}/.github/workflows/docs/extensions/api
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Currently, only single-GPU calculations are supported, but a multi-GPU execution
implemented in the due course using `mpi4py` library.

Some useful links:
- [API Documentation](https://cqcl.github.io/pytket-cutensornet/api/index.html)
- [API Documentation](https://tket.quantinuum.com/extensions/pytket-cutensornet/)

## Getting started

Expand Down

0 comments on commit c38cd3b

Please sign in to comment.