Skip to content

Commit

Permalink
Added docs test on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ committed Dec 11, 2024
1 parent e5c57e2 commit f099bb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Pytket cuTensorNet Docs

on:
pull_request:
branches:
- main
push:
branches:
- 'docs/**'
Expand Down Expand Up @@ -30,4 +33,4 @@ jobs:
timeout-minutes: 10
run: |
cd docs
poetry run bash build-docs.sh
poetry run bash build-docs.sh

0 comments on commit f099bb3

Please sign in to comment.