Skip to content

Commit 67113eb

Browse files
authored
Update deploy.yml
1 parent 21a56f4 commit 67113eb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616

1717
- name: Setup Node
1818
uses: actions/setup-node@v3
19-
with:
20-
node-version: '22'
2119

2220
- name: Install dependencies
2321
uses: bahmutov/npm-install@v1
@@ -31,7 +29,7 @@ jobs:
3129
name: production-files
3230
path: ./dist
3331

34-
deploy_gh_page:
32+
deploy:
3533
name: Deploy
3634
needs: build
3735
runs-on: ubuntu-latest
@@ -49,4 +47,3 @@ jobs:
4947
with:
5048
github_token: ${{ secrets.GITHUB_TOKEN }}
5149
publish_dir: ./dist
52-

0 commit comments

Comments
 (0)