JavaScript error: Cannot read properties of undefined (reading 'endsWith') (https://git.liteyuki.icu/assets/js/index.js?v=1.23.3 @ 15:151791). Open browser console to see more details.

Add table of contents

This commit is contained in:
Kevin Stillhammer 2024-08-24 00:03:11 +02:00
parent 18498fc78f
commit dccd08dfe5
No known key found for this signature in database

@ -8,6 +8,19 @@ Set up your GitHub Actions workflow with a specific version of [uv](https://docs
* Optional: Cache the uv cache
* Optional: Verify the checksum of the downloaded uv executable
## Contents
* [Usage](#usage)
* [Install specific version](#install-specific-version)
* [Install latest version](#install-latest-version)
* [Validate checksum](#validate-checksum)
* [Enable Caching](#enable-caching)
* [Local cache path](#local-cache-path)
* [Cache dependency glob](#cache-dependency-glob)
* [API rate limit](#api-rate-limit)
* [How it works](#how-it-works)
* [FAQ](#faq)
## Usage
Example workflow will be added later