Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
node latest breaking ci

fix build command
  • Loading branch information
TerminalFi committed Oct 29, 2023
1 parent a5cec6b commit 43393ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ jobs:
- uses: actions/checkout@v3
with:
lfs: true
- uses: pnpm/action-setup@v2
with:
version: 8.10.0

- name: Install Node
uses: actions/setup-node@v3
with:
node-version: 20
cache: 'pnpm' # Cache pnpm modules

- name: Install pnpm
run: npm install -g pnpm@^8.9.2

- name: Install Dependencies
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Build Docs
run: pnpm run dev:build
run: pnpm run build

- name: Deploy Docs
uses: peaceiris/actions-gh-pages@v3
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@
"vitepress": "1.0.0-rc.24",
"vue": "^3.3.7",
"vuepress-plugin-glossary": "^1.0.2"
},
"devDependencies": {
"@types/node": "latest"
}
}

0 comments on commit 43393ec

Please sign in to comment.