Skip to content

Commit 11bb135

Browse files
authored
Update main.yml
1 parent 70997ed commit 11bb135

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111

1212
# 下载源码
1313
- name: Checkout
14-
uses: actions/checkout@master
14+
uses: actions/checkout@v2
15+
with:
16+
path: nuxt
1517

1618
# 打包构建
1719
- name: Build

0 commit comments

Comments
 (0)