Skip to content

Commit

Permalink
Update typedoc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KTNG-3 authored Jul 28, 2024
1 parent c007b03 commit d7514e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/typedoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: npm run compile
- name: Build
run: npm run docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: './docs'
- name: Clone
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d7514e3

Please sign in to comment.