Skip to content

Commit

Permalink
chore: update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 30, 2021
1 parent cf4f51c commit 2dc2f26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ jobs:
- run: yarn run build
- run: yarn run coverage
- run: yarn run doc

- run: npm i markdown-to-html-cli -g
- name: markdown-to-html
working-directory: packages/core
run: markdown-to-html --output docs/index.html

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./packages/core/docs

- run: npm i markdown-to-html-cli -g
- name: markdown-to-html
working-directory: packages/core
run: markdown-to-html --output docs/index.html

- name: Is a tag created auto?
id: create_tag
uses: jaywcjlove/create-tag-action@v1.2.1
Expand Down

0 comments on commit 2dc2f26

Please sign in to comment.