Skip to content

Commit b2d6934

Browse files
committed
temporary comment out ref mian deploy.yml
1 parent 3c909a2 commit b2d6934

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
- 95-github-action-pre-push-hook
7+
- 95-github-action-pre-push-hook #For testing only
88
workflow_dispatch: # Optional: allows manual triggering for testing
99

1010
jobs:
@@ -13,11 +13,11 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v3
17-
with:
18-
ref: main # Ensure the correct branch is checked out
16+
uses: actions/checkout@v4
17+
#with:
18+
# ref: main # Ensure the correct branch is checked out, add back when deploy
1919
- name: Set up Node.js
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: '16'
2323
- name: Install clasp

0 commit comments

Comments
 (0)