Skip to content

Commit

Permalink
Update website.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru authored Apr 21, 2024
1 parent de20aaa commit 7785fab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: TSDoc Actions

on:
push:
branches:
- main
release:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -36,6 +39,7 @@ jobs:
uses: erikyo/tsdoc-action@v1
with:
source_dir: ./src/*
entryPoints: index.ts
output_dir: ./website

- name: Setup Pages
Expand Down

0 comments on commit 7785fab

Please sign in to comment.