Skip to content

Commit

Permalink
jsdocs path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yashilvora19 committed Jun 3, 2024
1 parent ec2bfe3 commit 1621352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: documentation
path: out/
path: ./out/
2 changes: 1 addition & 1 deletion jsdoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"source": {
"include": ["."],
"include": ["source/assets/scripts"],
"exclude": ["node_modules", "test"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
Expand Down

0 comments on commit 1621352

Please sign in to comment.