From e3cf4a5678ba1e2e2c0f1cc2a721787b29673699 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 8 Sep 2019 11:38:30 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=20add=20Table=20o?= =?UTF-8?q?f=20Contents=20using=20doctoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 93a7768..2fbc30d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,26 @@ A GitHub Action to deploy your static site to GitHub Pages with [Static Site Gen [Static Site Generators]: https://www.staticgen.com/ + + +Table of Contents + +- [Getting started](#getting-started) + - [(1) Add ssh deploy key](#1-add-ssh-deploy-key) + - [(2) Create `.github/workflows/gh-pages.yml`](#2-create-githubworkflowsgh-pagesyml) + - [Repository type - Project](#repository-type---project) + - [Repository type - User and Organization](#repository-type---user-and-organization) + - [Options](#options) + - [Pull action image from Docker Hub](#pull-action-image-from-docker-hub) + - [`PERSONAL_TOKEN`](#personal_token) + - [`GITHUB_TOKEN`](#github_token) +- [Examples](#examples) + - [MkDocs](#mkdocs) +- [License](#license) +- [About the author](#about-the-author) + + + ## Getting started