Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
packages: write

docs: # Call the docs building workflow directly
uses: DiamondLightSource/myst-version-switcher-plugin/.github/workflows/docs.yml@v0.24
uses: DiamondLightSource/myst-version-switcher-plugin/.github/workflows/docs.yml@v0.25.0
with:
# Whatever turns your sources into docs/_build/html at $BASE_URL. uv and Node
# are preinstalled, so: make docs · tox -e docs · npm ci && npm run docs
Expand All @@ -65,7 +65,7 @@ jobs:
release:
needs: [dist, test, docs]
if: github.ref_type == 'tag' # tag pushes only
uses: DiamondLightSource/myst-version-switcher-plugin/.github/workflows/release.yml@v0.24
uses: DiamondLightSource/myst-version-switcher-plugin/.github/workflows/release.yml@v0.25.0
permissions:
contents: write # create the Release + attach assets

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:

jobs:
publish:
uses: DiamondLightSource/myst-version-switcher-plugin/.github/workflows/publish.yml@v0.24
uses: DiamondLightSource/myst-version-switcher-plugin/.github/workflows/publish.yml@v0.25.0
with:
# "" on dispatch → pure durable gather
version-name: ${{ inputs.version-name }}
Expand Down