mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-30 18:04:46 +00:00
Added TOC-generator (#1151)
This commit is contained in:
parent
dfa9245eaa
commit
8341ab8ec6
2 changed files with 23 additions and 1 deletions
20
.github/workflows/toc-generator.yml
vendored
Normal file
20
.github/workflows/toc-generator.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
name: Update Table of Contents
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
update-toc:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Generate Table of Contents
|
||||
uses: technote-space/toc-generator@v1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
TARGET_PATHS: README.md
|
||||
|
|
@ -16,6 +16,9 @@ Available as a command-line utility, a library and a [GitHub Action](https://git
|
|||
|
||||

|
||||
|
||||
<!-- START doctoc -->
|
||||
<!-- END doctoc -->
|
||||
|
||||
## Installation
|
||||
|
||||
### Arch Linux
|
||||
|
|
@ -548,7 +551,6 @@ If you find a way to make lychee faster, please do reach out.
|
|||
We collect a list of common workarounds for various websites in our [troubleshooting guide](./docs/TROUBLESHOOTING.md).
|
||||
|
||||
## Users
|
||||
|
||||
- https://github.com/InnerSourceCommons/InnerSourcePatterns
|
||||
- https://github.com/opensearch-project/OpenSearch
|
||||
- https://github.com/ramitsurana/awesome-kubernetes
|
||||
|
|
|
|||
Loading…
Reference in a new issue