Skip to content

Commit e896331

Browse files
chore: fix intendation issue
1 parent 91c05ec commit e896331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/preview-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo "SOURCE_BRANCH=${GITHUB_REF#refs/heads/}" >> $GITHUB_ENV
3535
echo "SOURCE_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
3636
- name: Build workshop site
37-
if: github.event.action != "closed"
37+
if: " github.event.action != 'closed' "
3838
run: |
3939
echo "GIT_PYTHON_REFRESH=quiet"
4040
make build-docs-website

0 commit comments

Comments
 (0)