Skip to content

Commit 2b56858

Browse files
committed
Update cd.yml
1 parent 4db3e36 commit 2b56858

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/cd.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,18 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Git checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
- name: Install Node
17-
uses: actions/setup-node@v1
18-
with:
19-
node-version: 14
17+
uses: actions/setup-node@v3
2018
- name: Install PNPM
2119
run: npm install -g pnpm
2220
- name: Install dependencies
2321
run: pnpm install --frozen-lockfile=false
2422
- name: Build and deploy
2523
run: pnpm run deploy
26-
- uses: JamesIves/github-pages-deploy-action@4.1.8
24+
- uses: JamesIves/github-pages-deploy-action@v4
2725
with:
2826
branch: gh-pages
2927
folder: public
3028
target-folder: public
3129
single-commit: true
32-
silent: true
33-
clean: true

0 commit comments

Comments
 (0)