Skip to content

Commit

Permalink
Create jsdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisEdwardsCSE authored May 10, 2024
1 parent d82868f commit faa6686
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/jsdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: JSDoc Generation
on: push
jobs:
gen-docs:
runs-on: ubuntu-latest
steps:
- name: Build
- uses: andstor/[email protected]
- uses: actions/checkout@v4
with:
source_dir: ./source/homepage
recurse: true

0 comments on commit faa6686

Please sign in to comment.