mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-14 22:29:17 +08:00
docs: Add Back to TOC link
This commit is contained in:
parent
3e2f32bb1e
commit
c138367a6e
20
README.md
20
README.md
@ -26,9 +26,13 @@ This deploy action can be combined simply and freely with [Static Site Generator
|
||||
|
||||
The above example step will deploy `./public` directory to `gh-pages` branch.
|
||||
|
||||
|
||||
|
||||
## Table of Contents
|
||||
|
||||
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
|
||||
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
||||
*Table of Contents*
|
||||
|
||||
|
||||
- [Getting started](#getting-started)
|
||||
- [(1) Add ssh deploy key](#1-add-ssh-deploy-key)
|
||||
@ -229,6 +233,10 @@ For example:
|
||||
keepFiles: true
|
||||
```
|
||||
|
||||
<div align="right">
|
||||
<a href="#table-of-contents">Back to TOC ☝️</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
## Tips and FAQ
|
||||
@ -274,6 +282,10 @@ Does not your static site generator deal with the static files? No problem, you
|
||||
- name: Deploy
|
||||
```
|
||||
|
||||
<div align="right">
|
||||
<a href="#table-of-contents">Back to TOC ☝️</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
## Examples
|
||||
@ -528,3 +540,9 @@ jobs:
|
||||
## About the author
|
||||
|
||||
- [peaceiris's homepage](https://peaceiris.com/)
|
||||
|
||||
|
||||
|
||||
<div align="right">
|
||||
<a href="#table-of-contents">Back to TOC ☝️</a>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user