Skip to content

Commit fb31cf1

Browse files
Updated CI/CD stuff
1 parent b0298c3 commit fb31cf1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/CI-CD.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
run: npm run coverage
5454

5555
- name: Send code coverage results to Coveralls
56-
uses: coverallsapp/github-action@v1.0.1
56+
uses: coverallsapp/github-action@v1.1.0
5757
with:
5858
github-token: ${{ secrets.GITHUB_TOKEN }}
5959
parallel: true
@@ -65,7 +65,7 @@ jobs:
6565
needs: test
6666
steps:
6767
- name: Let Coveralls know that all tests have finished
68-
uses: coverallsapp/github-action@v1.0.1
68+
uses: coverallsapp/github-action@v1.1.0
6969
with:
7070
github-token: ${{ secrets.GITHUB_TOKEN }}
7171
parallel-finished: true

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Table of Contents plugin for Rehype
22
A [rehype](https://github.com/rehypejs/rehype) plugin that adds a table of contents (TOC) to the page
33

4-
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/rehype-toc/blob/master/.github/workflows/CI-CD.yaml)
5-
[![Build Status](https://github.com/JS-DevTools/rehype-toc/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/rehype-toc/blob/master/.github/workflows/CI-CD.yaml)
4+
[![Cross-Platform Compatibility](https://jstools.dev/img/badges/os-badges.svg)](https://github.com/JS-DevTools/rehype-toc/actions)
5+
[![Build Status](https://github.com/JS-DevTools/rehype-toc/workflows/CI-CD/badge.svg)](https://github.com/JS-DevTools/rehype-toc/actions)
66

77
[![Coverage Status](https://coveralls.io/repos/github/JS-DevTools/rehype-toc/badge.svg?branch=master)](https://coveralls.io/github/JS-DevTools/rehype-toc)
88
[![Dependencies](https://david-dm.org/JS-DevTools/rehype-toc.svg)](https://david-dm.org/JS-DevTools/rehype-toc)
@@ -239,7 +239,7 @@ The Rehype TOC plugin supports the following options:
239239

240240
Contributing
241241
--------------------------
242-
Contributions, enhancements, and bug-fixes are welcome! [File an issue](https://github.com/JS-DevTools/rehype-toc/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/rehype-toc/pulls).
242+
Contributions, enhancements, and bug-fixes are welcome! [Open an issue](https://github.com/JS-DevTools/rehype-toc/issues) on GitHub and [submit a pull request](https://github.com/JS-DevTools/rehype-toc/pulls).
243243

244244
#### Building
245245
To build the project locally on your computer:

0 commit comments

Comments
 (0)