Skip to content

Commit

Permalink
Merge branch 'theron-dev' of https://github.com/cis3296f23/purrfectpets
Browse files Browse the repository at this point in the history
… into theron-dev
  • Loading branch information
theronhalsey committed Dec 8, 2023
2 parents 7649f06 + 5c30571 commit b7c1925
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/GenerateDesignDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,26 @@ on:
branches:
- Dev
- Production
- theron-dev
workflow_dispatch:

jobs:
greet:
srcDocs:
runs-on: ubuntu-latest
steps:
- name: Build
uses: andstor/jsdoc-action@v1
- name: JSDoc Action
uses: andstor/jsdoc-action@v1.2.1
with:
source_dir: ./src
source_dir: ./purrfectpets/src
recurse: true
output_dir: ./out/src
- name: Build
uses: andstor/jsdoc-action@v1
utilsDocs:
runs-on: ubuntu-latest
steps:
- name: JSDoc Action
uses: andstor/[email protected]
with:
source_dir: ./utils
recurse: true
output_dir: ./out/utils

0 comments on commit b7c1925

Please sign in to comment.