Skip to content

Commit a9267d5

Browse files
committed
Use local install for release docs
1 parent b380d96 commit a9267d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
default: false
88
type: boolean
99
version:
10+
description: 'Version of ScippNeutron to use for building the docs. Requires this version to be available on conda-forge! If not set, the current version will be used.'
1011
default: ''
1112
required: false
1213
type: string
@@ -21,6 +22,7 @@ on:
2122
default: false
2223
type: boolean
2324
version:
25+
description: 'Version of ScippNeutron to use for building the docs. Requires this version to be available on conda-forge! If not set, the current version will be used.'
2426
default: ''
2527
required: false
2628
type: string

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
uses: ./.github/workflows/docs.yml
5353
with:
5454
publish: ${{ github.event_name == 'release' && github.event.action == 'published' }}
55-
version: ${{ github.event.release.tag_name }}
5655
secrets: inherit
5756

5857
assets:

0 commit comments

Comments
 (0)