Skip to content

Commit

Permalink
Use custom github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
d34dman committed May 29, 2021
1 parent 3e9c422 commit b8111fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Build
uses: andstor/jsdoc-action@v1
uses: d34dman/jsdoc-action@v1.2.3-better-docs
with:
source_dir: ./src
output_dir: ./out
Expand Down
2 changes: 1 addition & 1 deletion jsdoc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"plugins": [
"plugins/markdown",
"node_modules/better-docs/typescript"
"/home/runner/work/_actions/d34dman/jsdoc-action/v1.2.3-better-docs/node_modules/better-docs/typescript"
],
"templates": {
"cleverLinks": false,
Expand Down

0 comments on commit b8111fc

Please sign in to comment.