Skip to content

Commit

Permalink
ci: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Oct 26, 2023
1 parent 81419a5 commit de6fff9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: yarn # or pnpm / yarn
cache: pnpm # or pnpm / yarn
- name: Setup Pages
uses: actions/configure-pages@v3
# - name: Install dependencies
# run: yarn install # or pnpm install / yarn install / bun install
- name: Build with VitePress
run: |
npm install -g pnpm
cd docs
pnpm install
pnpm build
Expand Down

0 comments on commit de6fff9

Please sign in to comment.