Skip to content

Commit

Permalink
Merge branch 'main' into release/0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nandi95 committed Jul 28, 2023
2 parents 6fdc0bf + 20dbe00 commit 2bb7eb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
git add -f .nojekyll
git add -f index.html
git add -f modules.html
git commit -m "Updates from ${{ github.ref }} - {{ github.sha }}" --no-verify
git fetch
git switch gh-pages
git commit -m "Updates from ${{ github.ref }} - {{ github.sha }}" --no-verify
git merge origin/main
git push
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
"allowUnreachableCode": false
},
"include": [
"src/*.ts",
"jest.config.ts"
"src/*.ts"
],
"exclude": [
"**/node_modules/",
Expand Down

0 comments on commit 2bb7eb6

Please sign in to comment.