Skip to content

Commit 60d27e8

Browse files
author
Tim Band
committed
re-enable docs workflow
1 parent 7bd049c commit 60d27e8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
---
22
name: Publish Documentation
3-
on: workflow_dispatch
3+
on:
4+
push:
5+
branches:
6+
# need this to be able to run the workflow until it has been merged into main
7+
- overview_documentation
8+
workflow_dispatch:
49
env:
510
PYTHON_VERSION: "3.12"
611
jobs:

0 commit comments

Comments
 (0)