Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahseh-bot committed Apr 21, 2024
1 parent d05ec1e commit de0e310
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ jobs:
cache: 'npm'
- run: npm install
- run: npm run docs:build

- name: Upload artifact
uses: actions/upload_artifact@v2
with:
name: build
path: ./vitepress/dist
# 部署到服务器
- name: Deploy
uses: appleboy/[email protected]
Expand Down

0 comments on commit de0e310

Please sign in to comment.