Skip to content

Commit

Permalink
💚 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BeiyanYunyi committed Dec 23, 2023
1 parent 656de17 commit 635663d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v2
- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
node-version: lts
cache: 'pnpm'
- name: Install dependencies
run: pnpm i --prefer-offline
Expand All @@ -47,9 +47,9 @@ jobs:
DOCS_BASE: '/sodesu/'
- name: Setup Pages
id: pages
uses: actions/configure-pages@v1
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: docs/.vitepress/dist
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 635663d

Please sign in to comment.