We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a4cca commit a80b7f4Copy full SHA for a80b7f4
.github/workflows/hugo-github-linux-build-deploy.yml
@@ -114,7 +114,12 @@ jobs:
114
# uses: actions/upload-pages-artifact@v3
115
# with:
116
# path: public
117
-
+ # node js 上传搜索数据
118
+ - name: Setup Node.js
119
+ uses: actions/setup-node@v4
120
+ with:
121
+ node-version: 20
122
+
123
#上传到firebase hosting
124
- uses: FirebaseExtended/action-hosting-deploy@v0
125
with:
@@ -123,11 +128,7 @@ jobs:
128
channelId: live
129
projectId: deepseeksblog
130
126
- # node js 上传搜索数据
127
- - name: Setup Node.js
- uses: actions/setup-node@v4
- with:
- node-version: 20
131
132
133
- name: Install dependencies
134
run: npm install
0 commit comments