Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Because66666 authored Mar 8, 2025
1 parent 9673d5b commit 64332af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: corepack enable
run: corepack enable
- name: Install VuePress
run: npm install -g vuepress
run: npm install vuepress@latest --save
- name: Install vuepress-theme-hope
run: npm install vuepress-theme-hope@latest --save
- name: Build VuePress
run: npm run docs:build
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 64332af

Please sign in to comment.