Skip to content

Commit

Permalink
Use vuepress@next and disable ci for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lucka-me committed Mar 6, 2021
1 parent da4f9be commit 3c99fa9
Show file tree
Hide file tree
Showing 4 changed files with 4,594 additions and 5,005 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -21,5 +21,5 @@ jobs:
run: npm ci
- name: Build Potori
run: npm run build
- name: Build Documents
run: npm run build:docs
# - name: Build Documents
# run: npm run build:docs
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,4 +2,6 @@
/dist
/src/locales
/src/data/version.json
.cache
.temp
.DS_Store

0 comments on commit 3c99fa9

Please sign in to comment.