Skip to content

Commit

Permalink
. (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
test123456654321 authored Jan 16, 2025
1 parent abd365e commit 97f3372
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,14 @@ jobs:
with:
fetch-depth: '0'
ref: main

- run: |
cd docs
- uses: actions/setup-node@master
with:
node-version: 20
cache: npm
- uses: actions/configure-pages@v4
- run: |
cd docs
npm install
npm run docs:build
cp index.html .vitepress/dist
Expand All @@ -48,4 +47,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 97f3372

Please sign in to comment.