Skip to content

Commit 56f6efa

Browse files
authored
Fix syntax in GitHub workflow for stable docs (#1572)
1 parent 837ac0e commit 56f6efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
clean-exclude: |
4949
stable/*
5050
dev/*
51-
if: steps.check-latest.outcome == "success"
51+
if: ${{ steps.check-latest.outcome == 'success' }}

0 commit comments

Comments
 (0)