Skip to content

Commit 4c9514f

Browse files
committed
Build: Fix logo by removing --pathprefix="/bugs.jqueryui.com/"
Ref jquery/infrastructure-puppet#10
1 parent aca9b39 commit 4c9514f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
env:
5151
NODE_ENV: production
5252
NODE_OPTIONS: '--max_old_space_size=4096'
53-
run: npm run build -- --pathprefix="/bugs.jqueryui.com/"
53+
run: npm run build
5454

5555
- name: Push to branch
5656
# Inspired by https://github.com/helaili/jekyll-action/blob/2.2.0/entrypoint.sh

0 commit comments

Comments
 (0)