Skip to content

Commit

Permalink
CI: Fix version on doc deploy
Browse files Browse the repository at this point in the history
Some problems with _ vs - meant that this wasn't being communicated
properly through the actions and workflows. This should fix that up.
  • Loading branch information
dopplershift committed Jan 24, 2022
1 parent 2d98bc0 commit 0a4f635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build-docs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
required: false
default: ''
outputs:
doc_version:
doc-version:
description: 'What version the docs correspond to'
value: ${{ steps.docversion.outputs.doc_version }}
runs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
check-links: true
dep-versions: requirements.txt
outputs:
doc_version: ${{ steps.build-docs.outputs.doc-version }}
doc-version: ${{ steps.build-docs.outputs.doc-version }}

steps:
# We check out only a limited depth and then pull tags to save time
Expand Down

0 comments on commit 0a4f635

Please sign in to comment.