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 Oct 20, 2022
1 parent 3c773c4 commit 890c3ad
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
node-version: 16

- run: mkdir -p build
- run: npm i markdown-to-html-cli -g
- run: markdown-to-html --output build/index.html --github-corners https://github.com/uiwjs/next-remove-imports
- name: Converts Markdown to HTML
uses: jaywcjlove/markdown-to-html-cli@main
with:
source: core/README.md
output: build/index.html
github-corners: https://github.com/uiwjs/next-remove-imports

- name: Build and Deploy
uses: peaceiris/actions-gh-pages@v3
Expand All @@ -30,7 +34,7 @@ jobs:
uses: jaywcjlove/create-tag-action@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
package-path: ./package.json
package-path: ./core/package.json

- name: Generate Changelog
id: changelog
Expand Down

1 comment on commit 890c3ad

@vercel
Copy link

@vercel vercel bot commented on 890c3ad Oct 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.