Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
Quote envvar to match documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
arunsathiya committed Jan 23, 2024
1 parent 06bbf48 commit fb2738f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
esac
# finally, set the 'branch-version' var.
echo "branch-version=$branch" >> $GITHUB_OUTPUT
echo "branch-version=$branch" >> "$GITHUB_OUTPUT"
# Deploy to the target directory.
- name: Deploy to gh pages
Expand Down

0 comments on commit fb2738f

Please sign in to comment.