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 Oct 3, 2021
1 parent b0e79f1 commit 0425063
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -29,6 +29,12 @@ jobs:
- run: coverage-badges
- run: markdown-to-html --output coverage/index.html

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

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

0 comments on commit 0425063

Please sign in to comment.