Skip to content

Commit d4e418d

Browse files
committed
fix(doc): workflow
1 parent b3c0112 commit d4e418d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/vuepress-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
- name: Checkout
1212
uses: actions/checkout@master
1313

14-
- name: Setup Node.js
15-
uses: actions/setup-node@v2
16-
with:
17-
registry-url: https://registry.npmjs.org/
18-
node-version: '16.10.0'
14+
# - name: Setup Node.js
15+
# uses: actions/setup-node@v2
16+
# with:
17+
# registry-url: https://registry.npmjs.org/
18+
# node-version: '16.10.0'
1919

2020
- name: Vuepress Deploy
2121
uses: jenkey2011/vuepress-deploy@master

0 commit comments

Comments
 (0)