Skip to content

Commit

Permalink
chore: Disabled node for vitepress doc generation in favor of bun lat…
Browse files Browse the repository at this point in the history
…er on
  • Loading branch information
matvp91 committed Nov 6, 2024
1 parent 812fc3a commit b0ad2dd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Setup Pages
uses: actions/configure-pages@v4
# - name: Setup node
# uses: actions/setup-node@v4
# with:
# node-version: 20
# cache: npm
# - name: Setup Pages
# uses: actions/configure-pages@v4
# - name: Install dependencies
# run: npm ci
# - name: Build with VitePress
Expand Down

0 comments on commit b0ad2dd

Please sign in to comment.