Skip to content

Commit

Permalink
Fix duplicate methods in generated JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Mar 12, 2024
1 parent 81c1d9c commit abff051
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jsdoc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: GitHub pages
name: GitHub pages JSDoc

on:
push:
Expand All @@ -18,7 +18,6 @@ jobs:
- name: Build
uses: andstor/jsdoc-action@v1
with:
source_dir: ./core
output_dir: ./out
config_file: jsdoc-conf.json
template: tui-jsdoc-template
Expand Down

0 comments on commit abff051

Please sign in to comment.