Skip to content

Commit

Permalink
Build: Fix logo by removing --pathprefix="/bugs.jqueryui.com/"
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Sep 30, 2023
1 parent aca9b39 commit 4c9514f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
env:
NODE_ENV: production
NODE_OPTIONS: '--max_old_space_size=4096'
run: npm run build -- --pathprefix="/bugs.jqueryui.com/"
run: npm run build

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

0 comments on commit 4c9514f

Please sign in to comment.