mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-05 21:46:28 +00:00
fix(workflow): fix ci deployment build scripts to align with the change in package.json scripts
This commit is contained in:
parent
7dfa867aad
commit
c4f380a020
3
.env.template
Normal file
3
.env.template
Normal file
@ -0,0 +1,3 @@
|
||||
# csutom self-hosted umami instance for website analytics tracking
|
||||
UMAMI_WEBSITE_ID=
|
||||
UMAMI_ENDPOINT=
|
||||
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
pnpm install --no-frozen-lockfile
|
||||
pnpm prepare
|
||||
pnpm lint
|
||||
pnpm docs:build
|
||||
pnpm build
|
||||
- name: Deploy to GitHub pages
|
||||
uses: JamesIves/github-pages-deploy-action@v4
|
||||
with:
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"installCommand": "pnpm i",
|
||||
"buildCommand": "pnpm docs:build",
|
||||
"devCommand": "pnpm docs:dev",
|
||||
"buildCommand": "pnpm build",
|
||||
"devCommand": "pnpm dev",
|
||||
"cleanUrls": true,
|
||||
"framework": "vite",
|
||||
"git": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user