Skip to content

Commit

Permalink
chore: Update workflows config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Apr 25, 2022
1 parent b127e0c commit 1b6d8b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
node-version: 16

- run: npm install
- run: npm install --workspaces
- run: npm run build
- run: npm run build:cli
- run: npm run doc

- name: Generate Contributors Images
uses: jaywcjlove/github-action-contributors@main
Expand Down Expand Up @@ -57,4 +60,9 @@ jobs:
Documentation ${{ steps.changelog.outputs.tag }}: https://raw.githack.com/jaywcjlove/html-to-markdown-cli/${{ steps.changelog.outputs.gh-pages-short-hash }}/index.html
Comparing Changes: ${{ steps.changelog.outputs.compareurl }}
${{ steps.changelog.outputs.changelog }}
${{ steps.changelog.outputs.changelog }}
- uses: JS-DevTools/npm-publish@v1
with:
token: ${{ secrets.NPM_TOKEN }}
package: ./packages/html-to-markdown/package.json

0 comments on commit 1b6d8b6

Please sign in to comment.