Skip to content

Commit a80b7f4

Browse files
authored
Update hugo-github-linux-build-deploy.yml
1 parent 68a4cca commit a80b7f4

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/hugo-github-linux-build-deploy.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,12 @@ jobs:
114114
# uses: actions/upload-pages-artifact@v3
115115
# with:
116116
# path: public
117-
117+
# node js 上传搜索数据
118+
- name: Setup Node.js
119+
uses: actions/setup-node@v4
120+
with:
121+
node-version: 20
122+
118123
#上传到firebase hosting
119124
- uses: FirebaseExtended/action-hosting-deploy@v0
120125
with:
@@ -123,11 +128,7 @@ jobs:
123128
channelId: live
124129
projectId: deepseeksblog
125130

126-
# node js 上传搜索数据
127-
- name: Setup Node.js
128-
uses: actions/setup-node@v4
129-
with:
130-
node-version: 20
131+
131132

132133
- name: Install dependencies
133134
run: npm install

0 commit comments

Comments
 (0)