Skip to content

docs: Correction of indentation #216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 18 additions & 16 deletions wiki/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,19 @@ This tutorial will help you deploy Github-profile-summary-cards with ease. </br>
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)

### Table of Contents
1. [Generate token](#generate-token)
2. [Select a repo](#select-a-repo)

- [Create a new repo](#new-repo)
- [Add to existing repo (Recommended ⭐)](#existing-repo)
3. [Create a workflow](#create-a-workflow)
- [Additional information](#additional-information)
4. [Edit workflow file](#edit-workflow-file)
5. [Run the workflow](#run-the-workflow)
6. [Final Step](#final-step)
7. [The end](#the-end)
- [Let's get started!](#lets-get-started)
- [Table of Contents](#table-of-contents)
- [Generate token](#generate-token)
- [Select a repo](#select-a-repo)
- [New repo](#new-repo)
- [Existing repo](#existing-repo)
- [Create a workflow](#create-a-workflow)
- [Additional information](#additional-information)
- [Create a Secret for Token](#create-a-secret-for-token)
- [Edit workflow file](#edit-workflow-file)
- [Run the workflow](#run-the-workflow)
- [Final step](#final-step)
- [The end](#the-end)


# Generate token
Expand Down Expand Up @@ -100,11 +102,11 @@ on:
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
name: generate-github-cards
permissions:
contents: write
build:
runs-on: ubuntu-latest
name: generate-github-cards
permissions:
contents: write

steps:
- uses: actions/checkout@v2
Expand Down
Loading