Skip to content

Commit

Permalink
Merge pull request #443 from polkadot-fellows/nik-fix-deployed-page
Browse files Browse the repository at this point in the history
fix CI
  • Loading branch information
wirednkod authored Aug 10, 2024
2 parents 5bb11e6 + 334963d commit 2e72fa3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: pnpm install
- name: Build
working-directory: '.'
run: pnpm run build:pages
run: pnpm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"postinstall": "papi",
"dev": "vite",
"build": "tsc && vite build",
"build:pages": "tsc && vite build --base '/dashboard/'",
"deploy:pages": "pnpm run build:pages && gh-pages -d build",
"deploy": "gh-pages -d build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
Expand Down

0 comments on commit 2e72fa3

Please sign in to comment.