Skip to content

Commit 6507fc5

Browse files
committed
ci(github): remove path prefix
1 parent fba21e1 commit 6507fc5

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
@@ -54,7 +54,7 @@ jobs:
5454
env:
5555
NODE_ENV: production
5656
NODE_OPTIONS: '--max-old-space-size=8192'
57-
run: npm run build -- --pathprefix="/plugins.jquery.com/"
57+
run: npm run build
5858

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

0 commit comments

Comments
 (0)