Skip to content

Commit

Permalink
fixed fodoc spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
Der-Floh committed May 23, 2024
1 parent a42b5ee commit 9842b8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Dependencies
run: |
npm install -g jsdoc
npm install foo-doc
npm install foodoc
- name: Generate Documentation
run: jsdoc -c jsdoc.json
Expand Down
2 changes: 1 addition & 1 deletion jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"recurse": false,
"readme": "./README.md",
"package": "./info.json",
"template": "./node_modules/foo-doc"
"template": "./node_modules/foodoc"
},
"plugins": [
"plugins/markdown"
Expand Down

0 comments on commit 9842b8f

Please sign in to comment.