Skip to content

Commit

Permalink
Build For github
Browse files Browse the repository at this point in the history
  • Loading branch information
prokawsar committed Nov 26, 2024
1 parent 1b15616 commit 8c6e979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
env:
BASE_PATH: '/${{ github.event.repository.name }}'
run: |
npm run build
- run: npm run build
npm run build:github
- run: npm run build:github
- name: Add .nojekyll file
run: touch build/.nojekyll

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build:github": "BASE_PATH=https://ark-builders.github.io/website2/ vite build",
"preview": "vite preview",
"test": "playwright test",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
Expand Down

0 comments on commit 8c6e979

Please sign in to comment.