Skip to content

Commit e94fb95

Browse files
Update and rename ci.yml to docs.yml
1 parent 9eb590c commit e94fb95

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml renamed to .github/workflows/docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,8 @@ jobs:
2626
env:
2727
# @see https://docs.github.com/cn/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29-
- run: npm run docs:build
29+
- 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

Comments
 (0)