We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453a775 commit b0d8567Copy full SHA for b0d8567
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
ls -lah
26
npm install
27
- npm run build ${{ inputs.deploy_gh_pages && '' || format('{0}{1}', '--pathprefix=', github.event.repository.name )}}
+ npm run build ${{ inputs.deploy_gh_pages && format('{0}{1}', '--pathprefix=', github.event.repository.name ) || '' }}
28
29
haxe --run RemoveRedirects
30
# - name: Highlighting
0 commit comments