Skip to content

Commit

Permalink
double-equal is a bashism and Actions steps can secretly run as sh (#…
Browse files Browse the repository at this point in the history
…3380)

Co-authored-by: David LeBauer <[email protected]>
  • Loading branch information
infotroph and dlebauer authored Sep 18, 2024
1 parent 74f1d41 commit f22a7c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "GitHub Documentation Robot"
export VERSION=$(echo $GITHUB_REF | sed 's,.*/,,' )
if [ "$VERSION" == "main" ]; then
if [ "$VERSION" = "main" ]; then
export VERSION=latest
fi
cd pecan-documentation
Expand Down

0 comments on commit f22a7c4

Please sign in to comment.