Skip to content

Commit

Permalink
build:ghp script
Browse files Browse the repository at this point in the history
  • Loading branch information
mishankov committed Feb 22, 2024
1 parent 1ec3d4e commit 0d6a593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cache: 'npm'

- run: npm ci
- run: npm run build --if-present
- run: npm run build:ghp --if-present

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"build:ghp": "vite build --base=/string-manipulator/",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "npx @biomejs/biome check src",
Expand Down

0 comments on commit 0d6a593

Please sign in to comment.