diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml deleted file mode 100644 index 126d899..0000000 --- a/.github/workflows/docs.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Pytket cuTensorNet Docs - -on: - push: - branches: - - 'docs/**' - schedule: - # 04:00 every Tuesday morning - - cron: '0 4 * * 2' - -jobs: - docs: - name: build docs - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - with: - submodules: true - - name: Set up Python 3.11 - uses: actions/setup-python@v5 - with: - python-version: '3.11' - - name: install poetry - run: pip install poetry - - name: Install docs dependencies - run: cd docs && bash install.sh - - name: Install pytket cutensornet - run: cd docs && poetry run pip install ../. - - name: Test building docs - timeout-minutes: 10 - run: | - cd docs - poetry run bash build-docs.sh \ No newline at end of file