Skip to content

Commit b224262

Browse files
committed
update build config-2
1 parent fcaaa9a commit b224262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
NODE_OPTIONS: --max_old_space_size=8192
4141
run: |-
4242
npm run docs:build
43-
> docs/.vuepress/dist/.nojekyll
43+
echo "" > docs/.vuepress/dist/.nojekyll
4444
4545
- name: Deploy
4646
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)