mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-05 22:46:32 +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 install --no-frozen-lockfile
|
||||||
pnpm prepare
|
pnpm prepare
|
||||||
pnpm lint
|
pnpm lint
|
||||||
pnpm docs:build
|
pnpm build
|
||||||
- name: Deploy to GitHub pages
|
- name: Deploy to GitHub pages
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"installCommand": "pnpm i",
|
"installCommand": "pnpm i",
|
||||||
"buildCommand": "pnpm docs:build",
|
"buildCommand": "pnpm build",
|
||||||
"devCommand": "pnpm docs:dev",
|
"devCommand": "pnpm dev",
|
||||||
"cleanUrls": true,
|
"cleanUrls": true,
|
||||||
"framework": "vite",
|
"framework": "vite",
|
||||||
"git": {
|
"git": {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user