Skip to content

Commit

Permalink
improves how the documentation is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Holt Smith committed May 23, 2024
1 parent 0543fbc commit 832f3b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-test-deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,7 @@ jobs:
run: npx lerna publish from-package --yes
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_USER: ${{ secrets.NPM_USER }}
NPM_USER: ${{ secrets.NPM_USER }}
- name: Generate Docs
id: generatedocs
run: npm run docs
20 changes: 0 additions & 20 deletions .github/workflows/deploy-pages-main.yml

This file was deleted.

0 comments on commit 832f3b9

Please sign in to comment.