Skip to content

Commit 698d6c6

Browse files
committed
chore: use ci on ci, update actions
1 parent fcd516e commit 698d6c6

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,14 @@ jobs:
1414
name: Deploy to GitHub Pages
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
18-
- uses: actions/setup-node@v3
17+
- uses: actions/checkout@v4
18+
- uses: actions/setup-node@v4
1919
with:
20-
node-version: 20
20+
node-version: 22
2121

22-
- name: Install dependencies
23-
run: npm install
22+
- run: npm ci
2423

25-
- name: Build website
26-
run: npm run build
24+
- run: npm run build
2725

2826
- name: Deploy to GitHub Pages
2927
uses: peaceiris/actions-gh-pages@v3
@@ -37,4 +35,4 @@ jobs:
3735
# The GH actions bot is used by default if you didn't specify the two fields.
3836
# You can swap them out with your own user credentials.
3937
user_name: github-actions[bot]
40-
user_email: 41898282+github-actions[bot]@users.noreply.github.com
38+
user_email: 41898282+github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)