Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
erikyo committed Dec 12, 2023
1 parent 1d21c28 commit 4589623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tsDoc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Simple workflow for deploying static content to GitHub Pages
name: JSDoc Action
name: TypeDoc generation

on:
release:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
- name: TypeDoc Action
uses: erikyo/tsdoc-action@v1
with:
source_dir: ./src/*
source_dir: ./libs/*
output_dir: ./docs
front_page: README.md

Expand Down

0 comments on commit 4589623

Please sign in to comment.