From c38cd3b5aee0a12830d5a44d78e3d977e9ee12ce Mon Sep 17 00:00:00 2001 From: Pablo Andres-Martinez <104848389+PabloAndresCQ@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:16:16 +0100 Subject: [PATCH] Moving to new docs (#147) --- .github/workflows/build_and_test.yml | 22 +--------------------- README.md | 2 +- 2 files changed, 2 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index da5c3b11..b9ec7211 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -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/deploy-pages@v4.0.5 + ./build-docs -d ${GITHUB_WORKSPACE}/.github/workflows/docs/extensions/api \ No newline at end of file diff --git a/README.md b/README.md index 36d18f06..5b5aae88 100644 --- a/README.md +++ b/README.md @@ -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