Skip to content

Commit

Permalink
Improved config env var support (#92)
Browse files Browse the repository at this point in the history
* removes html documentation so it can be generated on package publish and adds better config env var substitution

* updates gitignore to ignore docs contents

* v12.1.1
  • Loading branch information
bicarbon8 committed May 23, 2024
1 parent a2e6105 commit 07e29bf
Show file tree
Hide file tree
Showing 195 changed files with 269 additions and 31,627 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
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ coverage/
FileSystemMap/
testresults.html
logs/
.env
.env
docs/**
docs/index.html
155 changes: 0 additions & 155 deletions docs/assets/highlight.css

This file was deleted.

58 changes: 0 additions & 58 deletions docs/assets/main.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/assets/search.js

This file was deleted.

Loading

0 comments on commit 07e29bf

Please sign in to comment.