Skip to content

Commit

Permalink
Merge branch 'main' into test_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanD0wd authored May 10, 2024
2 parents 94dbe99 + faa6686 commit be7267c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.DS_STORE
.node_modules
node_modules

0 comments on commit be7267c

Please sign in to comment.