Skip to content

Commit

Permalink
readme: shift TOC level
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Jun 24, 2024
1 parent 039bb75 commit d376b98
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"markdown.extension.toc.levels": "2..6"
}
23 changes: 11 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@

`github-nix-ci` is a simple NixOS & nix-darwin module for [self-hosting GitHub runners][gh-runner] on your machines (which could be a remote server or your personal macbook), so as to provide self-hosted CI for both personal and organization-wide repositories on GitHub.

- [github-nix-ci](#github-nix-ci)
- [What it does](#what-it-does)
- [Getting Started](#getting-started)
- [1. Create system configuration for the machine](#1-create-system-configuration-for-the-machine)
- [New configuration](#new-configuration)
- [Existing configuration](#existing-configuration)
- [2. Create personal access tokens](#2-create-personal-access-tokens)
- [Add tokens to your configuration using `agenix`](#add-tokens-to-your-configuration-using-agenix)
- [3. Configure `github-nix-ci` runners](#3-configure-github-nix-ci-runners)
- [4. Add the workflow to your repositories](#4-add-the-workflow-to-your-repositories)
- [Matrix builds](#matrix-builds)
- [Examples](#examples)
- [What it does](#what-it-does)
- [Getting Started](#getting-started)
- [1. Create system configuration for the machine](#1-create-system-configuration-for-the-machine)
- [New configuration](#new-configuration)
- [Existing configuration](#existing-configuration)
- [2. Create personal access tokens](#2-create-personal-access-tokens)
- [Add tokens to your configuration using `agenix`](#add-tokens-to-your-configuration-using-agenix)
- [3. Configure `github-nix-ci` runners](#3-configure-github-nix-ci-runners)
- [4. Add the workflow to your repositories](#4-add-the-workflow-to-your-repositories)
- [Matrix builds](#matrix-builds)
- [Examples](#examples)


## What it does
Expand Down

0 comments on commit d376b98

Please sign in to comment.