Skip to content

Commit 0dcfa4d

Browse files
⚙️ fix auto sync gh pages github action (#1211)
Signed-off-by: xudong liu <[email protected]>
1 parent b3ccb18 commit 0dcfa4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-sync-gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
current_branch=$(git rev-parse --abbrev-ref HEAD)
4141
42-
if [ "${current_branch}" == "master" && "${valid_tag}" == 0 ]; then
42+
if [[ "${current_branch}" == "master" && "${valid_tag}" == 0 ]]; then
4343
echo "valid=1" >> $GITHUB_OUTPUT
4444
fi
4545

0 commit comments

Comments
 (0)