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 9eb590c commit e94fb95Copy full SHA for e94fb95
.github/workflows/ci.yml renamed to .github/workflows/docs.yml
@@ -26,4 +26,8 @@ jobs:
26
env:
27
# @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29
- - run: npm run docs:build
+ - run: npm install -D vuepress@next
30
+ - run: echo 'node_modules' >> .gitignore
31
+ - run: echo '.temp' >> .gitignore
32
+ - run: echo '.cache' >> .gitignore
33
+ - run: npm run docs:build
0 commit comments