Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

[QI2-1294] Added simple example for hybrid computation #36

[QI2-1294] Added simple example for hybrid computation

[QI2-1294] Added simple example for hybrid computation #36

Workflow file for this run

# .github/workflows/preview.yml
name: PR docs preview
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
paths:
- 'docs/**'
concurrency: preview-${{ github.ref }}
jobs:
deploy-preview:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: QuTech-Delft/GitHub-Actions/actions/docs/sphinx-docs-preview@master