Skip to content

Commit

Permalink
try to fix docs building again again
Browse files Browse the repository at this point in the history
  • Loading branch information
nvnieuwk committed Nov 20, 2024
1 parent 91d9102 commit 71afc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Parse version
id: version
run: |
[[ ${{ steps.read_yml.outputs['template']['version'] }} == *"dev"* ]] && pipeline_version="dev" || pipeline_version=$version
[[ ${{ steps.read_yml.outputs.template.version }} == *"dev"* ]] && pipeline_version="dev" || pipeline_version=$version
echo "version=$pipeline_version" >> $GITHUB_OUTPUT
- name: Setup git user
Expand Down

0 comments on commit 71afc79

Please sign in to comment.