File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -168,9 +168,7 @@ Don't enable options like _Auto Minify_ for HTML code. It will remove comments f
168
168
- name : Install dependencies
169
169
run : npm ci # or pnpm install / yarn install / bun install
170
170
- name : Build with VitePress
171
- run : |
172
- npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
173
- touch docs/.vitepress/dist/.nojekyll
171
+ run : npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
174
172
- name : Upload artifact
175
173
uses : actions/upload-pages-artifact@v3
176
174
with :
Original file line number Diff line number Diff line change @@ -168,9 +168,7 @@ Cache-Control: max-age=31536000,immutable
168
168
- name : Install dependencies
169
169
run : npm ci # 或 pnpm install / yarn install / bun install
170
170
- name : Build with VitePress
171
- run : |
172
- npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
173
- touch docs/.vitepress/dist/.nojekyll
171
+ run : npm run docs:build # 或 pnpm docs:build / yarn docs:build / bun run docs:build
174
172
- name : Upload artifact
175
173
uses : actions/upload-pages-artifact@v3
176
174
with :
You can’t perform that action at this time.
0 commit comments