更新
This commit is contained in:
parent
55caebd128
commit
877a134eb9
@ -17,10 +17,9 @@ jobs:
|
||||
run: npm install && npm run src:build && ls
|
||||
- name: scp delay
|
||||
uses: appleboy/scp-action@master
|
||||
run: ls && pwd
|
||||
with:
|
||||
host: ${{ vars.HOST }}
|
||||
username: ${{ vars.USERNAME }}
|
||||
password: ${{ vars.PASSWORD }}
|
||||
source: "dist"
|
||||
source: ".vitepress/dist"
|
||||
target: "/usr/share/nginx/html2"
|
@ -7,7 +7,7 @@ export default defineConfig({
|
||||
description: "记录源码阅读记录",
|
||||
srcDir: 'src',
|
||||
// lastUpdated: true,
|
||||
outDir: '/usr/src/app/dist',
|
||||
// outDir: '/usr/src/app/dist',
|
||||
markdown: {
|
||||
container: {
|
||||
tipLabel: '提示',
|
||||
|
Loading…
Reference in New Issue
Block a user