Skip to content

Commit

Permalink
Added documentation as part of build
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei15193 committed Oct 23, 2024
1 parent 3251c29 commit 0d05751
Show file tree
Hide file tree
Showing 4 changed files with 1,904 additions and 1,847 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ name: Build

on:
push:
branches: [ dev ]
branches:
- dev

pull_request:
branches: [ dev ]
branches:
- dev

release:
types:
- published

jobs:
build:
Expand All @@ -19,4 +26,7 @@ jobs:

- run: npm install
- run: npm run build
- run: npm test
- run: npm test

- uses: Andrew-Chen-Wang/github-wiki-action@v4
# if: github.event_name == 'release'
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
docs.json
docs/
wiki/
lib/
node_modules/
Loading

0 comments on commit 0d05751

Please sign in to comment.