Skip to content

Commit

Permalink
Fixed docs and actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvoy committed Nov 13, 2023
1 parent 33fb802 commit e54ae19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
npm ci
npm run docs-generate
- name: Upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build
path: build
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HTML License Generator for NPM/Yarn based projects

Generate a HTML page with list of dependency licenses based on npm/yarn installed packages. [Example output](https://dlvoy.github.io/html-license-gen/docs/example_licenses)
Generate a HTML page with list of dependency licenses based on npm/yarn installed packages. [Example output](https://dlvoy.github.io/html-license-gen/example_licenses)

This project is based on [npm-license-generator](https://github.com/mymindstorm/npm-license-generator)

Expand Down

0 comments on commit e54ae19

Please sign in to comment.