Skip to content

Commit

Permalink
Modify action
Browse files Browse the repository at this point in the history
  • Loading branch information
arcataroger committed Nov 20, 2023
1 parent 1697d26 commit 8c65f9a
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/regenerate-toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,13 @@ jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: '20'
cache: 'npm'
- run: npm i -g doctoc # Install DocToc https://www.npmjs.com/package/doctoc
- run: npm i -g doctoc --no-package-lock # Install DocToc https://www.npmjs.com/package/doctoc
- run: doctoc README.md # Process the file and regenerate its ToC

0 comments on commit 8c65f9a

Please sign in to comment.