Skip to content

Commit b0d8567

Browse files
committed
flipped the if statement
1 parent 453a775 commit b0d8567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
ls -lah
2626
npm install
27-
npm run build ${{ inputs.deploy_gh_pages && '' || format('{0}{1}', '--pathprefix=', github.event.repository.name )}}
27+
npm run build ${{ inputs.deploy_gh_pages && format('{0}{1}', '--pathprefix=', github.event.repository.name ) || '' }}
2828
ls -lah
2929
haxe --run RemoveRedirects
3030
# - name: Highlighting

0 commit comments

Comments
 (0)