We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcaaa9a commit b224262Copy full SHA for b224262
.github/workflows/deploy-docs.yml
@@ -40,7 +40,7 @@ jobs:
40
NODE_OPTIONS: --max_old_space_size=8192
41
run: |-
42
npm run docs:build
43
- > docs/.vuepress/dist/.nojekyll
+ echo "" > docs/.vuepress/dist/.nojekyll
44
45
- name: Deploy
46
uses: peaceiris/actions-gh-pages@v3
0 commit comments