Skip to content

Commit 5d6b2cb

Browse files
committed
ci(github): add path prefix temporarily for GH pages deploy
1 parent db36808 commit 5d6b2cb

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
53+
run: npm run build -- --pathprefix="/plugins.jquery.com/"
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)