Skip to content

Commit

Permalink
⚙️ fix auto sync gh pages github action (#1211)
Browse files Browse the repository at this point in the history
Signed-off-by: xudong liu <[email protected]>
  • Loading branch information
XudongLiuHarold authored Aug 21, 2024
1 parent b3ccb18 commit 0dcfa4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-sync-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
current_branch=$(git rev-parse --abbrev-ref HEAD)
if [ "${current_branch}" == "master" && "${valid_tag}" == 0 ]; then
if [[ "${current_branch}" == "master" && "${valid_tag}" == 0 ]]; then
echo "valid=1" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 0dcfa4d

Please sign in to comment.