mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-27 11:14:59 +00:00
fix: add enablement parameter to auto-enable GitHub Pages
This commit is contained in:
parent
998aa1299f
commit
11096b1a9b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
|
|
@ -32,6 +32,8 @@ jobs:
|
|||
cache-dependency-path: docs/skillhub/package-lock.json
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v4
|
||||
with:
|
||||
enablement: true
|
||||
- name: Install dependencies
|
||||
run: cd docs/skillhub && npm ci
|
||||
- name: Build with VitePress
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue