docs: Add Supported Platforms table

This commit is contained in:
peaceiris 2020-02-05 20:32:49 +09:00
parent 0ba5bf3eeb
commit f0177d176f
1 changed files with 12 additions and 0 deletions

View File

@ -34,6 +34,8 @@ The next example step will deploy `./public` directory to the remote `gh-pages`
publish_dir: ./public
```
### Supported Tokens
Three tokens are supported.
| Token | Private repo | Public repo | Protocol | Setup |
@ -44,6 +46,16 @@ Three tokens are supported.
1. Currently, GitHub Actions does not support to trigger a GitHub Pages build event using GITHUB_TOKEN on a public repository.
### Supported Platforms
| runs-on | `deploy_key` | `github_token` | `personal_token` |
|---|:---:|:---:|:---:|
| ubuntu-18.04 | ✅️ | ✅️ | ✅️ |
| macos-latest | ✅️ | ✅️ | ✅️ |
| windows-latest | (2) | ✅️ | ✅️ |
2. WIP, See [Issue #87](https://github.com/peaceiris/actions-gh-pages/issues/87)
## Table of Contents