Skip to content

Commit

Permalink
fix(cicd): fix falling doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Sep 18, 2023
1 parent c321aff commit d688fec
Show file tree
Hide file tree
Showing 4 changed files with 3,113 additions and 1,531 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18'
cache: 'npm'
cache-dependency-path: docs/package-lock.json

Expand Down
3 changes: 3 additions & 0 deletions docs/.vuepress/components/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,9 @@ export default {
.then(value => {
this.contributors = value.data;
})
.catch(reason => {
console.error(reason);
})
},
methods: {
}
Expand Down
Loading

0 comments on commit d688fec

Please sign in to comment.