Skip to content

Commit

Permalink
Try with a different cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
arcataroger committed Nov 20, 2023
1 parent 8c65f9a commit ee2a3b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/regenerate-toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'npm'
node-version: 'lts'
cache-dependency-path: 'README.md'
- 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 ee2a3b7

Please sign in to comment.