Skip to content

Commit 112ae38

Browse files
Test fix github action
1 parent c314901 commit 112ae38

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Deploy to GitHub Pages
22

3-
on:
4-
push:
5-
branches:
6-
- master
3+
on: push
74

85
permissions:
96
contents: write
@@ -18,7 +15,7 @@ jobs:
1815
fetch-depth: 0
1916
- uses: actions/setup-node@v4
2017
with:
21-
node-version: 18
18+
node-version: 20
2219

2320
- name: Install dependencies
2421
run: |

0 commit comments

Comments
 (0)