Skip to content

Commit aab0ef2

Browse files
fix: Remove obsolete docs workflow
Documentation has been migrated to datajoint/datajoint-docs repository. - Remove docs.yaml workflow - Remove call-publish-docs job from post_draft_release_published.yaml Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6e196cd commit aab0ef2

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

.github/workflows/docs.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/post_draft_release_published.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Post Draft Release Published
22

33
on:
4-
# Once draft release is released, trigger the docs release
54
release:
65
types:
76
## pre-release and stable release
@@ -11,8 +10,6 @@ on:
1110
run-name: Post ${{ github.event.release.name }}
1211

1312
jobs:
14-
call-publish-docs:
15-
uses: ./.github/workflows/docs.yaml
1613
pypi-release:
1714
permissions:
1815
# write permission is required to update version.py

0 commit comments

Comments
 (0)