Skip to content

Commit

Permalink
changed jsdoc template
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Floh committed May 23, 2024
1 parent 682052b commit ead9e38
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
with:
node-version: '14'

- name: Install JSDoc
run: npm install -g jsdoc
- name: Install Dependencies
run: |
npm install -g jsdoc
npm install foo-doc
- name: Generate Documentation
run: jsdoc -c jsdoc.json
Expand Down
10 changes: 8 additions & 2 deletions jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
},
"opts": {
"destination": "./docs",
"recurse": false
}
"recurse": false,
"readme": "./README.md",
"package": "./info.json",
"template": "./node_modules/foo-doc"
},
"plugins": [
"plugins/markdown"
]
}

0 comments on commit ead9e38

Please sign in to comment.