Skip to content

Commit b182244

Browse files
committed
fix. Remove paratheses from workflow file.
1 parent 991358d commit b182244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
node-version: lts/*
3939

4040
- name: Set Path Prefix
41-
if: false()
41+
if: false
4242
run: echo "SITE_PATH_PREFIX=website" >> $GITHUB_ENV
4343

4444
- name: Build

0 commit comments

Comments
 (0)