Skip to content

Commit 15f1d83

Browse files
Updating the deploy-wesbite yaml file
1 parent 1c2693c commit 15f1d83

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/push-deploy-website.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-node@v4
4040
with:
41-
node-version: '20.x'
42-
- uses: webfactory/[email protected]
41+
node-version: '20.x'
42+
- name: Enable Corepack
43+
run: corepack enable
44+
- name: Set up SSH agent
45+
uses: webfactory/[email protected]
4346
with:
4447
ssh-private-key: ${{ secrets.DEPLOY_GITHUB_PAGES }}
4548
- name: Deploy to GitHub Pages
@@ -51,5 +54,4 @@ jobs:
5154
git config --global user.email "[email protected]"
5255
git config --global user.name "gh-actions"
5356
yarn install --frozen-lockfile
54-
yarn deploy
55-
57+
yarn deploy

0 commit comments

Comments
 (0)