Skip to content

Commit f25bfa8

Browse files
author
Ichi075
committed
docs: Correction of indentation
1 parent c2fa12c commit f25bfa8

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

wiki/Tutorial.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@ This tutorial will help you deploy Github-profile-summary-cards with ease. </br>
33
If you have any issues regarding the gifs, you can find high res video verions [Here.](https://github.com/vn7n24fzkq/github-profile-summary-cards/wiki/Videos)
44

55
### Table of Contents
6-
1. [Generate token](#generate-token)
7-
2. [Select a repo](#select-a-repo)
8-
9-
- [Create a new repo](#new-repo)
10-
- [Add to existing repo (Recommended ⭐)](#existing-repo)
11-
3. [Create a workflow](#create-a-workflow)
12-
- [Additional information](#additional-information)
13-
4. [Edit workflow file](#edit-workflow-file)
14-
5. [Run the workflow](#run-the-workflow)
15-
6. [Final Step](#final-step)
16-
7. [The end](#the-end)
6+
- [Let's get started!](#lets-get-started)
7+
- [Table of Contents](#table-of-contents)
8+
- [Generate token](#generate-token)
9+
- [Select a repo](#select-a-repo)
10+
- [New repo](#new-repo)
11+
- [Existing repo](#existing-repo)
12+
- [Create a workflow](#create-a-workflow)
13+
- [Additional information](#additional-information)
14+
- [Create a Secret for Token](#create-a-secret-for-token)
15+
- [Edit workflow file](#edit-workflow-file)
16+
- [Run the workflow](#run-the-workflow)
17+
- [Final step](#final-step)
18+
- [The end](#the-end)
1719

1820

1921
# Generate token
@@ -100,9 +102,9 @@ on:
100102
workflow_dispatch:
101103
102104
jobs:
103-
build:
104-
runs-on: ubuntu-latest
105-
name: generate-github-cards
105+
build:
106+
runs-on: ubuntu-latest
107+
name: generate-github-cards
106108
permissions:
107109
contents: write
108110

0 commit comments

Comments
 (0)